Skip to content

Commit b6936e7

Browse files
committed
ci: install npm deps for azd predeploy
1 parent 442331c commit b6936e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-dev.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
6969

7070
- name: Deploy Application
71-
run: azd deploy --no-prompt
71+
run: |
72+
npm ci
73+
azd deploy --no-prompt
7274
env:
7375
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
7476
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}

0 commit comments

Comments
 (0)