Skip to content

Commit 3ccb998

Browse files
committed
chore: update version to 0.0.9 and enhance GitHub Actions workflow for test reporting
1 parent a8c38cf commit 3ccb998

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/main.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@ jobs:
3030
- run: npm run test
3131
- run: npm run lint-check
3232
- run: npm run format-check
33-
34-
- name: Upload report as artifact
35-
uses: actions/upload-artifact@v2
33+
- name: Publish Test Results
34+
uses: ctrf-io/github-test-reporter@v1
3635
with:
37-
name: ctrf-report
38-
path: ctrf/ctrf-report.json
36+
report-path: ctrf/*.json
37+
summary-report: true
38+
failed-report: false
39+
fail-rate-report: false
40+
flaky-report: false
41+
flaky-rate-report: false
42+
previous-results-report: true
43+
insights-report: true
44+
slowest-report: true
45+
upload-artifact: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)