We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378494d commit bc6ddb8Copy full SHA for bc6ddb8
.github/workflows/webpack.yml
@@ -17,3 +17,6 @@ jobs:
17
- run: npm ci
18
- run: npm test
19
- run: npm run build
20
+
21
+ - name: Publish Test Summary Results
22
+ run: npx github-actions-ctrf ctrf/ctrf-report.json
0 commit comments