Skip to content

Commit

Permalink
ci: amend name of custom template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jan 15, 2025
1 parent 38c619b commit 244ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: npm run build:npm
- name: Test custom summary hbs file
run: node dist/core/cli.js custom ctrf-reports/ctrf-report.json templates/custom-summary.hbs
run: node dist/core/cli.js custom ctrf-reports/ctrf-report.json templates/custom-report.hbs
- name: Test custom summary string
run: node dist/core/cli.js custom ctrf-reports/ctrf-report.json "I'm a custom summary string!" --annotate false
- name: Upload test results
Expand Down

0 comments on commit 244ed88

Please sign in to comment.