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 a908f53 + 72eb05e commit dd548b4Copy full SHA for dd548b4
.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