Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem authored Sep 11, 2024
1 parent 06a516b commit 5b0f97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Run tests
run: pnpm vitest run

- name: Check types
run: pnpm check-types

- name: Build app
run: pnpm build

Expand Down

0 comments on commit 5b0f97c

Please sign in to comment.