Skip to content

Commit 95c3062

Browse files
committed
chore: build before CI tests
1 parent 8d1b0e4 commit 95c3062

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

40+
- name: Build Packages
41+
run: pnpm build
42+
4043
- name: Run Test
4144
run: pnpm run test

0 commit comments

Comments
 (0)