Skip to content

Commit

Permalink
ci: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 12, 2024
1 parent 4a12f84 commit 91f5134
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
cache: 'pnpm'

- run: pnpm install

- name: Run unit tests
run: pnpm test
- run: pnpm build
- run: pnpm test

0 comments on commit 91f5134

Please sign in to comment.