Skip to content

Commit

Permalink
ci: fix test workflow to stop if install/build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp committed Sep 5, 2024
1 parent d0127eb commit 6aeaf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: pnpm run build:packages
- name: Linting
run: pnpm run format:check
continue-on-error: true
- name: Typecheck
run: pnpm run typecheck
if: always()
continue-on-error: true
- name: Unit Tests
run: pnpm run test:unit
if: always()

0 comments on commit 6aeaf11

Please sign in to comment.