Skip to content

Commit

Permalink
fix test-reporter use
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Nov 30, 2023
1 parent d987de1 commit b5b1984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Publish TU Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
path: reports/jest-junit.xml # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results

0 comments on commit b5b1984

Please sign in to comment.