We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c43fea commit 16cf47dCopy full SHA for 16cf47d
.github/workflows/run-tests.yml
@@ -73,7 +73,7 @@ jobs:
73
retention-days: 1
74
75
- name: Publish Test Results
76
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
77
if: always()
78
with:
79
report_paths: 'build/**.junit.xml'
@@ -93,7 +93,7 @@ jobs:
93
path: downloaded_artifacts
94
95
96
97
98
report_paths: 'downloaded_artifacts/**/*.junit.xml'
99
include_passed: true
0 commit comments