We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0945573 commit d92088dCopy full SHA for d92088d
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: cargo nextest run
73
74
- name: Publish Test Report
75
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
76
if: success() || failure() # always run even if the previous step fails
77
with:
78
report_paths: '**/target/nextest/default/junit.xml'
0 commit comments