Skip to content

Commit

Permalink
ci: stop commenting unit test results on PR
Browse files Browse the repository at this point in the history
The results will still be surfaced under the "Test Results" action
workflow, but the results won't be commented on the PR itself.
  • Loading branch information
hsheth2 committed Dec 8, 2022
1 parent 729e486 commit 926b8e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
done
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
with:
check_name: "Unit Test Results (${{ github.event.workflow_run.name }})"
commit: ${{ github.event.workflow_run.head_sha }}
event_file: artifacts/Event File/event.json
event_name: ${{ github.event.workflow_run.event }}
files: "artifacts/**/*.xml"
comment_mode: off

0 comments on commit 926b8e3

Please sign in to comment.