Skip to content

Commit d0cffbe

Browse files
committed
chore: build before CI tests
1 parent c309baf commit d0cffbe

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
@@ -35,5 +35,8 @@ jobs:
3535
- name: Install Dependencies
3636
run: pnpm install && npx playwright install
3737

38+
- name: Build Packages
39+
run: pnpm build
40+
3841
- name: Run Test
3942
run: pnpm run test

0 commit comments

Comments
 (0)