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.
--with-deps
1 parent 9299a47 commit 47c07c2Copy full SHA for 47c07c2
.github/actions/install-playwright/action.yml
@@ -28,7 +28,7 @@ runs:
28
29
# We always install all browsers, if uncached
30
- name: Install Playwright dependencies (uncached)
31
- run: npx playwright install chromium webkit firefox --with-deps
+ run: npx playwright install chromium webkit firefox
32
if: steps.playwright-cache.outputs.cache-hit != 'true'
33
shell: bash
34
working-directory: ${{ inputs.cwd }}
0 commit comments