Skip to content

Commit c5392d9

Browse files
committed
fix: playwright CI
1 parent 9cfc28b commit c5392d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# 6 ▸ download browsers if cache miss
4242
- name: Install Playwright browsers
43-
run: pnpm exec playwright install --with-deps
43+
run: pnpm --filter @austinserb/react-zero-ui exec playwright install --with-deps
4444

4545
# 7 ▸ lint
4646
- run: pnpm lint

0 commit comments

Comments
 (0)