Skip to content

Commit

Permalink
ci(typesscript-demo): fix to jest action summary display and skipped …
Browse files Browse the repository at this point in the history
…some cypress examples
  • Loading branch information
Thomas LATTER committed Nov 28, 2024
1 parent 87830da commit 9922d90
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
name: Jest Tests
path: ./typescript-demo/test-results/junit.xml
reporter: jest-junit
fail-on-error: true
fail-on-error: 'true'
use-actions-summary: 'true'

# Run Cypress tests
- name: Run Cypress tests
Expand Down

0 comments on commit 9922d90

Please sign in to comment.