Skip to content

Commit

Permalink
Update to Use results dir, and continue on test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 16, 2024
1 parent 5958b8b commit ff3e77d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff3e77d

Please sign in to comment.