Skip to content

Commit

Permalink
Summarize tests even if they failed
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevvolf committed Sep 16, 2024
1 parent 14c3ed5 commit 0479fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
npm run test --kaibook=1 --kaisect=tssf
npm run dist
- name: Summarize Tests
if: '!cancelled()'
run: npx github-actions-ctrf ctrf/ctrf-report.json
- name: 'Tar files'
run: tar -cvf dist.tar -C dist .
Expand Down

0 comments on commit 0479fda

Please sign in to comment.