ci: stop commenting unit test results on PR (#6700)

The results will still be surfaced under the "Test Results" action
workflow, but the results won't be commented on the PR itself.
This commit is contained in:
Harshal Sheth 2022-12-08 17:19:27 -05:00 committed by GitHub
parent 729e486b62
commit 1165884c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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