Skip to content

Commit

Permalink
chore: use dorny/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Dec 29, 2022
1 parent 7efea40 commit 29cb710
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 @@ -21,7 +21,7 @@ jobs:
- run: npm ci
- run: npm test -- --reporters=default --reporters=jest-junit
- name: Test Report
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v1.6.0
with:
name: Jest Tests # Name of the check run which will be created
path: reports/jest-*.xml # Path to test results
Expand Down

0 comments on commit 29cb710

Please sign in to comment.