We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 503b43d + fb44547 commit ba348fbCopy full SHA for ba348fb
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
GITHUB_ACTOR: ${{ github.actor }}
35
- name: Publish Test Report
36
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
37
if: success() || failure() # always run even if the previous step fails
38
with:
39
report_paths: "**/build/test-results/test/TEST-*.xml"
0 commit comments