Skip to content

Commit

Permalink
Rename test-summary-foo=>test-report-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 23, 2024
1 parent 9c84c7e commit dbd40a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ runs:
if: always()
with:
paths: "results/*.xml"
output: test-summary-foo.md
output: test-report-summary.md
show: "fail, skip"

- name: Output test summary markdown to github
run: cat test-summary-foo.md >> $GITHUB_STEP_SUMMARY
run: cat test-report-summary.md >> $GITHUB_STEP_SUMMARY
shell: bash

- name: Get Datadog CLI
Expand Down

0 comments on commit dbd40a7

Please sign in to comment.