Skip to content

Commit e8c79be

Browse files
committed
fix: update Playwright installation command in build.yml
1 parent 96fb597 commit e8c79be

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: pnpm exec playwright install && sudo pnpm exec playwright install-deps
45+
run: npx playwright install && npx playwright install-deps
4646

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

0 commit comments

Comments
 (0)