Skip to content

Commit 6f3cd7f

Browse files
authored
Update deploy.yml
1 parent 495eb1b commit 6f3cd7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ jobs:
3333
node-version: ${{ env.NODE_VERSION }}
3434
- name: npm install, build, and test
3535
run: |
36-
# Build and test the project, then
37-
# deploy to Azure Web App.
38-
npm install
36+
npm ci
3937
npm run build --if-present
40-
npm run test --if-present
4138
- name: 'Deploy to Azure WebApp'
4239
uses: azure/webapps-deploy@v2
4340
with:

0 commit comments

Comments
 (0)