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 e3cf802 commit cf90c90Copy full SHA for cf90c90
1 file changed
.github/workflows/actions/install-playwright/action.yml
@@ -27,11 +27,11 @@ runs:
27
- name: Install Playwright Browsers
28
if: steps.playwright-cache.outputs.cache-hit != 'true'
29
working-directory: ${{ inputs.working-directory }}
30
- run: npx playwright install --with-deps
+ run: npx playwright install --with-deps chromium
31
shell: bash
32
33
- name: Install Playwright system deps (cache hit)
34
if: steps.playwright-cache.outputs.cache-hit == 'true' && runner.os == 'Linux'
35
36
- run: npx playwright install-deps
+ run: npx playwright install-deps chromium
37
0 commit comments