mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-24 08:45:43 +00:00
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:
parent
729e486b62
commit
1165884c6b
3
.github/workflows/test-results.yml
vendored
3
.github/workflows/test-results.yml
vendored
@ -29,10 +29,11 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Publish Unit Test Results
|
- name: Publish Unit Test Results
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||||
with:
|
with:
|
||||||
check_name: "Unit Test Results (${{ github.event.workflow_run.name }})"
|
check_name: "Unit Test Results (${{ github.event.workflow_run.name }})"
|
||||||
commit: ${{ github.event.workflow_run.head_sha }}
|
commit: ${{ github.event.workflow_run.head_sha }}
|
||||||
event_file: artifacts/Event File/event.json
|
event_file: artifacts/Event File/event.json
|
||||||
event_name: ${{ github.event.workflow_run.event }}
|
event_name: ${{ github.event.workflow_run.event }}
|
||||||
files: "artifacts/**/*.xml"
|
files: "artifacts/**/*.xml"
|
||||||
|
comment_mode: off
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user