We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb82b52 commit 84d3438Copy full SHA for 84d3438
1 file changed
.github/workflows/test-report.yml
@@ -12,9 +12,14 @@ jobs:
12
report:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: dorny/test-reporter@v2
+ - name: Test Summary
16
+ uses: test-summary/action@v2
17
with:
- artifact: test-results
18
- name: Tests
19
- path: "*.xml"
20
- reporter: java-junit
+ paths: "*.xml"
+ if: always()
+ # - uses: dorny/test-reporter@v2
21
+ # with:
22
+ # artifact: test-results
23
+ # name: Tests
24
+ # path: "*.xml"
25
+ # reporter: java-junit
0 commit comments