Skip to content

Commit cf90c90

Browse files
committed
chore:
1 parent e3cf802 commit cf90c90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows/actions/install-playwright

.github/workflows/actions/install-playwright/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ runs:
2727
- name: Install Playwright Browsers
2828
if: steps.playwright-cache.outputs.cache-hit != 'true'
2929
working-directory: ${{ inputs.working-directory }}
30-
run: npx playwright install --with-deps
30+
run: npx playwright install --with-deps chromium
3131
shell: bash
3232

3333
- name: Install Playwright system deps (cache hit)
3434
if: steps.playwright-cache.outputs.cache-hit == 'true' && runner.os == 'Linux'
3535
working-directory: ${{ inputs.working-directory }}
36-
run: npx playwright install-deps
36+
run: npx playwright install-deps chromium
3737
shell: bash

0 commit comments

Comments
 (0)