Skip to content

Commit 91f5134

Browse files
committedAug 12, 2024··
ci: build before test
1 parent 4a12f84 commit 91f5134

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
cache: 'pnpm'
1818

1919
- run: pnpm install
20-
21-
- name: Run unit tests
22-
run: pnpm test
20+
- run: pnpm build
21+
- run: pnpm test

0 commit comments

Comments
 (0)
Please sign in to comment.