Skip to content

Commit 8762507

Browse files
committed
fix(CI): use junit reporter in test-report
1 parent 96bba4e commit 8762507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: dorny/test-reporter@v2
1616
with:
17-
artifact: test-results # artifact name
17+
artifact: test-results
1818
name: Tests
19-
path: "*.xml" # Path to test results (inside artifact .zip)
20-
reporter: jest-junit # Format of test results
19+
path: "*.xml"
20+
reporter: junit

0 commit comments

Comments
 (0)