Skip to content

Commit 84d3438

Browse files
committed
fix(CI): try test-summary/action@v2
1 parent cb82b52 commit 84d3438

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ jobs:
1212
report:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: dorny/test-reporter@v2
15+
- name: Test Summary
16+
uses: test-summary/action@v2
1617
with:
17-
artifact: test-results
18-
name: Tests
19-
path: "*.xml"
20-
reporter: java-junit
18+
paths: "*.xml"
19+
if: always()
20+
# - uses: dorny/test-reporter@v2
21+
# with:
22+
# artifact: test-results
23+
# name: Tests
24+
# path: "*.xml"
25+
# reporter: java-junit

0 commit comments

Comments
 (0)