Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 27e905d commit e48d6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
reporter: '{ "junit" : { "export" : "./postman/report.xml" } }'

- name: Postman Smoke Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
report_paths: "postman/report.xml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: target/**/checkstyle-result.xml

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
continue-on-error: true
if: github.event_name == 'pull_request' && (success() || failure())
with:
Expand Down

0 comments on commit e48d6c3

Please sign in to comment.