Skip to content

Commit

Permalink
Try new reporter, report all test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 19, 2024
1 parent 072bcc7 commit 585b012
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@ runs:
name: ${{ inputs.test_results_key }}
path: results/

- name: Test Summary action
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86
if: always()
with:
paths: "results/*.xml"
output: test-summary-foo.md

- name: Publish Test Results publish-unit-test-result
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b
if: always()
with:
files: |
results/*.xml
check_run: 'false'
report_individual_runs: 'true'

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

0 comments on commit 585b012

Please sign in to comment.