Skip to content

Commit 4dde65f

Browse files
committed
fix: build before test coverage in CI
1 parent ab4abf9 commit 4dde65f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
- name: Install Dependencies
7979
run: pnpm install --frozen-lockfile
8080

81+
- name: Build
82+
run: pnpm build
83+
8184
- name: Run Tests
8285
run: pnpm test:coverage
8386

0 commit comments

Comments
 (0)