File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
reporter : ' { "junit" : { "export" : "./postman/report.xml" } }'
165
165
166
166
- name : Postman Smoke Test Report
167
- uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
167
+ uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
168
168
if : always() # always run even if the previous step fails
169
169
with :
170
170
report_paths : " postman/report.xml"
Original file line number Diff line number Diff line change 41
41
path : target/**/checkstyle-result.xml
42
42
43
43
- name : Publish Test Report
44
- uses : mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
44
+ uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
45
45
continue-on-error : true
46
46
if : github.event_name == 'pull_request' && (success() || failure())
47
47
with :
You can’t perform that action at this time.
0 commit comments