Skip to content

Commit

Permalink
Clean up publishers.
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 23, 2024
1 parent 6e8ee73 commit 5aa3ade
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,10 @@ runs:
output: test-summary-foo.md
show: "fail, skip"

- name: Upload test summary
uses: actions/upload-artifact@v3
if: always()
with:
name: test-summary upload
path: test-summary-foo.md

- name: Adding markdown
run: cat test-summary-foo.md >> $GITHUB_STEP_SUMMARY
shell: bash

- 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: Publish test results dorny
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
if: always()
with:
name: chrobalt unit tests
path: "results/*.xml"
reporter: jest-junit
fail-on-error: 'false'
only-summary: 'true'

- name: Get Datadog CLI
id: download-dd-cli
# The API key is not available on PRs created from a fork.
Expand Down

0 comments on commit 5aa3ade

Please sign in to comment.