Skip to content

Commit c4141ec

Browse files
committed
fix(CI): swtich back to jest-junit reporter
1 parent cc175f9 commit c4141ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
artifact: test-results
1818
name: Tests
19-
path: "*.xml"
20-
reporter: java-junit
19+
path: "tests/test-results.xml"
20+
reporter: jest-junit

0 commit comments

Comments
 (0)