File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241
241
junitparser merge --glob *.xml final-report.xml
242
242
243
243
- name : Publish Test Report
244
- uses : mikepenz/action-junit-report@v4
244
+ uses : mikepenz/action-junit-report@v5
245
245
with :
246
246
commit : ${{github.event.workflow_run.head_sha}}
247
247
report_paths : ' final-report.xml'
Original file line number Diff line number Diff line change 89
89
run : cabal test --project-file=cabal.release.project --test-options "--xml=../print-api/report.xml" all
90
90
91
91
- name : Publish Test Report
92
- uses : mikepenz/action-junit-report@v4
92
+ uses : mikepenz/action-junit-report@v5
93
93
if : success() || failure() # always run even if the previous step fails
94
94
with :
95
95
report_paths : " report.xml"
@@ -176,7 +176,7 @@ jobs:
176
176
run : cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all
177
177
178
178
- name : Publish Test Report
179
- uses : mikepenz/action-junit-report@v4
179
+ uses : mikepenz/action-junit-report@v5
180
180
if : success() || failure() # always run even if the previous step fails
181
181
with :
182
182
report_paths : " report.xml"
You can’t perform that action at this time.
0 commit comments