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 af9ade9 commit 1e5b16cCopy full SHA for 1e5b16c
.github/workflows/build-and-test.yml
@@ -35,6 +35,6 @@ jobs:
35
36
- name: Publish Test Report
37
if: success() || failure()
38
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
39
with:
40
report_paths: '**/_build/TEST-*.xml'
0 commit comments