Skip to content

Commit 4de3b73

Browse files
committed
fix: update Playwright installation command to include dependencies
1 parent e8c79be commit 4de3b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm i --frozen-lockfile
4343

4444
- name: Install playwright
45-
run: npx playwright install && npx playwright install-deps
45+
run: npx playwright install --with-deps
4646

4747
- name: Run e2e tests
4848
run: pnpm e2e

0 commit comments

Comments
 (0)