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 968ae32 commit 7cdfdd7Copy full SHA for 7cdfdd7
.github/workflows/build-and-test.yaml
@@ -24,8 +24,15 @@ jobs:
24
uses: ./
25
with:
26
report-path: './ctrf/*.json'
27
- status-check: true
28
- status-check-name: 'Jest Unit Tests'
+ summary-report: true
+ failed-report: true
29
+ flaky-report: true
30
+ insights-report: true
31
+ fail-rate-report: true
32
+ flaky-rate-report: true
33
+ slowest-report: true
34
+ previous-results-report: true
35
+ use-suite-name: true
36
upload-artifact: true
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments