We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9099f6 commit 1c63b49Copy full SHA for 1c63b49
.github/workflows/e2e-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
working-directory: example
45
46
- name: Install Playwright Browsers
47
- run: pnpm exec playwright install --with-deps
+ run: pnpm exec playwright install --with-deps --only-shell
48
49
- name: Wait for server ready
50
run: curl --fail --retry 10 --retry-delay 1 --retry-all-errors --silent --output /dev/null --head http://localhost:3000
0 commit comments