diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 5c33e64..38601be 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -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" diff --git a/.github/workflows/reusable-tests-be.yml b/.github/workflows/reusable-tests-be.yml index 8299cd6..318d10a 100644 --- a/.github/workflows/reusable-tests-be.yml +++ b/.github/workflows/reusable-tests-be.yml @@ -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: