Skip to content

Commit 2769e0d

Browse files
authored
Merge pull request #120 from shpraka/patch-1
Comment out npm run test statement.
2 parents b030b3f + 59a4b57 commit 2769e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppService/node.js-webapp-on-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# deploy to Azure Web App.
3333
npm install
3434
npm run build --if-present
35-
npm run test --if-present
35+
# npm run test --if-present
3636
- name: 'Deploy to Azure WebApp'
3737
uses: azure/webapps-deploy@v2
3838
with:

0 commit comments

Comments
 (0)