Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
ci: stop commenting unit test results on PR (datahub-project#6700)
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 authored and cccs-Dustin committed Feb 1, 2023
1 parent 95ae764 commit 160a352
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 160a352

Please sign in to comment.