We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0669bf6 commit ccb953fCopy full SHA for ccb953f
.github/workflows/deploy.yml
@@ -35,13 +35,12 @@ jobs:
35
uses: actions/setup-node@v1
36
with:
37
node-version: ${{ env.NODE_VERSION }}
38
- - name: npm install, build, and test
+ - name: npm install, build
39
run: |
40
# Build and test the project, then
41
# deploy to Azure Web App.
42
npm install
43
npm run build --if-present
44
- npm run test --if-present
45
- name: 'Deploy to Azure WebApp'
46
uses: azure/webapps-deploy@v2
47
0 commit comments