Skip to content

Commit

Permalink
ci: fix test result name
Browse files Browse the repository at this point in the history
  • Loading branch information
mthahzan committed Dec 17, 2024
1 parent cab82a7 commit 3141cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Lint
name: Test Results
path: reports/test-results.xml
reporter: jest-junit

Expand Down

0 comments on commit 3141cc4

Please sign in to comment.