Skip to content

Commit

Permalink
Disable Jest reporting as its broken
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed Jun 13, 2024
1 parent f546953 commit 66f7c14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: npm-ci-test
run: npm run test

- uses: IgnusG/[email protected]
if: always() # Or use "continue-on-error: true" in previous test step
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
# - uses: IgnusG/[email protected]
# if: always() # Or use "continue-on-error: true" in previous test step
# with:
# access-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 66f7c14

Please sign in to comment.