Skip to content

Commit

Permalink
Explicitly disable tests during Azure CI
Browse files Browse the repository at this point in the history
Explicitly disable tests during Azure CI.
  • Loading branch information
one-community authored Nov 15, 2024
1 parent 9088646 commit 8768a6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_hgn-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
npm install
npm run build --if-present
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down Expand Up @@ -59,4 +58,4 @@ jobs:
app-name: 'hgn-staging'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D36DFF5BF4724498838A50C2C0D25D43 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D36DFF5BF4724498838A50C2C0D25D43 }}

0 comments on commit 8768a6f

Please sign in to comment.