diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 8a227c4..1c5a22e 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -164,7 +164,7 @@ jobs: reporter: '{ "junit" : { "export" : "./postman/report.xml" } }' - name: Postman Smoke Test Report - uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5 + uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # 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 7c23364..d53f3a4 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@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5 + uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5 continue-on-error: true if: github.event_name == 'pull_request' && (success() || failure()) with: