diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 64cb59cc2..0fe8a269e 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -142,7 +142,8 @@ jobs: TESTS: ${{ matrix.test-groups }} - name: Test Report uses: dorny/test-reporter@v1 - if: success() || failure() # run this step even if previous step failed + continue-on-error: true + if: always() # run this step even if previous step failed with: name: ${{matrix.test-groups}} # Name of the check run which will be created path: junit-report.xml # Path to test results