Skip to content

Commit

Permalink
Run check and build in the test suite (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored Oct 3, 2024
1 parent 6c35f3d commit 23b06eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:

- name: Run Vitest
run: pnpm run test

- name: Run Astro check
run: pnpm run astro check

- name: Run Astro build
run: pnpm run build

0 comments on commit 23b06eb

Please sign in to comment.