Skip to content

Commit 75b6f84

Browse files
committed
ci: remove pull-request report
1 parent 56b42e7 commit 75b6f84

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ jobs:
3535
previous-results-report: true
3636
flaky-rate-report: true
3737
fail-rate-report: true
38-
pull-request-report: true
3938
upload-artifact: true
4039
status-check: true
4140
status-check-name: 'Unit Tests'
4241
env:
4342
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4443
if: always()
44+
- name: Post Results to PR
45+
uses: ./
46+
with:
47+
report-path: './ctrf/*.json'
48+
summary: false
49+
pull-request-report: true
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
if: always()

0 commit comments

Comments
 (0)