We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bba4e commit 8762507Copy full SHA for 8762507
1 file changed
.github/workflows/test-report.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: dorny/test-reporter@v2
16
with:
17
- artifact: test-results # artifact name
+ artifact: test-results
18
name: Tests
19
- path: "*.xml" # Path to test results (inside artifact .zip)
20
- reporter: jest-junit # Format of test results
+ path: "*.xml"
+ reporter: junit
0 commit comments