Skip to content

Commit 1c63b49

Browse files
committed
Add --only-shell option to Playwright install
1 parent c9099f6 commit 1c63b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: example
4545

4646
- name: Install Playwright Browsers
47-
run: pnpm exec playwright install --with-deps
47+
run: pnpm exec playwright install --with-deps --only-shell
4848

4949
- name: Wait for server ready
5050
run: curl --fail --retry 10 --retry-delay 1 --retry-all-errors --silent --output /dev/null --head http://localhost:3000

0 commit comments

Comments
 (0)