Skip to content

Commit 1d04892

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm run typecheck
4242

4343
- name: Playwright Install
44-
run: pnpm exec playwright install
44+
run: pnpm exec playwright-core install
4545

4646
- name: Test
4747
run: pnpm run test

0 commit comments

Comments
 (0)