Skip to content

Commit

Permalink
ci: add test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdamevin committed Mar 6, 2023
1 parent 2085e7b commit 44bb9d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: Test
run: npm run test

- name: Test Reporter
uses: dorny/[email protected]
with:
name: JEST Tests
path: junit.xml
reporter: jest-junit

publish:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit 44bb9d7

Please sign in to comment.