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 458a49a commit 657e616Copy full SHA for 657e616
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
**/build/reports/
67
68
- name: Publish Test Report
69
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
70
if: ${{ !cancelled() }} # always run even if the previous step fails
71
with:
72
report_paths: '**/test-results/**/TEST-*.xml'
0 commit comments