diff --git a/.github/actions/process_test_results/action.yaml b/.github/actions/process_test_results/action.yaml index 9b92586fcec..6a9e4547208 100644 --- a/.github/actions/process_test_results/action.yaml +++ b/.github/actions/process_test_results/action.yaml @@ -21,15 +21,16 @@ runs: if: always() with: files: | - **/${{ env.TEST_RESULTS_DIR }}/**/*.xml + results/*.xml - name: Publish test results test reporter dorny uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 if: always() with: name: chrobalt unit tests - path: "**/${{ env.TEST_RESULTS_DIR }}/**/*.xml" - reporter: jset-junit + path: 'results/*.xml' + reporter: 'jest-junit' + fail-on-error: 'false' - name: Get Datadog CLI id: download-dd-cli