Skip to content

Commit

Permalink
chore(deploy-azure-functions-production.yml): remove npm run test com…
Browse files Browse the repository at this point in the history
…mand from build step
  • Loading branch information
jamalsoueidan committed Oct 24, 2023
1 parent 54fbf95 commit 1d9c5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-azure-functions-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
npm install
npm run build --if-present
npm run test --if-present
popd
- name: "Run Azure Functions Action"
Expand Down

0 comments on commit 1d9c5bc

Please sign in to comment.