Skip to content

Commit 3def10b

Browse files
authored
Merge pull request #76 from DessimozLab/dependabot/github_actions/dev/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 4 to 6
2 parents f23f144 + f353d71 commit 3def10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "Some test(s) failed :cold_sweat:" >> $GITHUB_STEP_SUMMARY
137137
138138
- name: Publish Test Report
139-
uses: mikepenz/action-junit-report@v4
139+
uses: mikepenz/action-junit-report@v6
140140
if: success() || failure() # always run even if the previous step fails
141141
with:
142142
report_paths: "TEST-*.xml"

0 commit comments

Comments
 (0)