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.
2 parents 53b6da6 + 2a41499 commit fb23b16Copy full SHA for fb23b16
.github/workflows/build-and-test.yml
@@ -30,6 +30,6 @@ jobs:
30
31
- name: Publish Test Report
32
if: success() || failure()
33
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
34
with:
35
report_paths: '**/_build/TEST-*.xml'
0 commit comments