We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f23f144 + f353d71 commit 3def10bCopy full SHA for 3def10b
1 file changed
.github/workflows/nf-test.yml
@@ -136,7 +136,7 @@ jobs:
136
echo "Some test(s) failed :cold_sweat:" >> $GITHUB_STEP_SUMMARY
137
138
- name: Publish Test Report
139
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v6
140
if: success() || failure() # always run even if the previous step fails
141
with:
142
report_paths: "TEST-*.xml"
0 commit comments