Skip to content

Commit

Permalink
Only write summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 19, 2024
1 parent 051aff8 commit 7929097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
with:
files: |
results/*.xml
check_run: 'false'

- name: Publish test results test reporter dorny
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
Expand All @@ -31,6 +32,7 @@ runs:
path: 'results/*.xml'
reporter: 'jest-junit'
fail-on-error: 'false'
only-summary: 'true'

- name: Get Datadog CLI
id: download-dd-cli
Expand Down

0 comments on commit 7929097

Please sign in to comment.