Skip to content

Commit

Permalink
fix: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jun 25, 2024
1 parent 34fa1b0 commit e2d3191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test

0 comments on commit e2d3191

Please sign in to comment.