Skip to content

Commit

Permalink
Enable Jest Unit test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed Jun 4, 2024
1 parent 1dd7899 commit 1ef25db
Show file tree
Hide file tree
Showing 4 changed files with 5,596 additions and 3,398 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
- name: Test
id: npm-ci-test
run: npm run test

- uses: IgnusG/jest-report-action@v{ current version }
if: always() # Or use "continue-on-error: true" in previous test step
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 1ef25db

Please sign in to comment.