Skip to content

Commit 6e10535

Browse files
committed
chore: install playwright in ci
1 parent ed32d83 commit 6e10535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
- name: Typecheck
4141
run: pnpm run typecheck
4242

43+
- name: Playwright Install
44+
run: pnpm exec playwright install
45+
4346
- name: Test
4447
run: pnpm run test

0 commit comments

Comments
 (0)