We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b42e7 commit 75b6f84Copy full SHA for 75b6f84
.github/workflows/test.yaml
@@ -35,10 +35,18 @@ jobs:
35
previous-results-report: true
36
flaky-rate-report: true
37
fail-rate-report: true
38
- pull-request-report: true
39
upload-artifact: true
40
status-check: true
41
status-check-name: 'Unit Tests'
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
if: always()
+ - 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