Skip to content

Commit

Permalink
Upd: Disable npm test
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Dec 15, 2023
1 parent 35849f8 commit 8ebc45a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Install Dependencies
run: npm install --force

- name: Run Tests and Generate Coverage
run: npm test
# If your test script does not generate coverage by default, you might need:
# run: npm test -- --coverage
# - name: Run Tests and Generate Coverage
# run: npm test
# # If your test script does not generate coverage by default, you might need:
# # run: npm test -- --coverage

- uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 8ebc45a

Please sign in to comment.