We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc175f9 commit c4141ecCopy full SHA for c4141ec
.github/workflows/test-report.yml
@@ -16,5 +16,5 @@ jobs:
16
with:
17
artifact: test-results
18
name: Tests
19
- path: "*.xml"
20
- reporter: java-junit
+ path: "tests/test-results.xml"
+ reporter: jest-junit
0 commit comments