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 24c9800 commit 836d40eCopy full SHA for 836d40e
.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
+ run: npx playwright install chromium webkit firefox --with-deps
32
if: steps.playwright-cache.outputs.cache-hit != 'true'
33
shell: bash
34
working-directory: ${{ inputs.cwd }}
0 commit comments