Skip to content

Commit 47c07c2

Browse files
committed
Remove --with-deps for playwright installation
1 parent 9299a47 commit 47c07c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828

2929
# We always install all browsers, if uncached
3030
- name: Install Playwright dependencies (uncached)
31-
run: npx playwright install chromium webkit firefox --with-deps
31+
run: npx playwright install chromium webkit firefox
3232
if: steps.playwright-cache.outputs.cache-hit != 'true'
3333
shell: bash
3434
working-directory: ${{ inputs.cwd }}

0 commit comments

Comments
 (0)