Skip to content

Commit ef48e95

Browse files
committed
Use headless install of playwright instead
1 parent a4e264a commit ef48e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/src/init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ runs:
5959

6060
- name: Install Playwright
6161
if: inputs.playwright == 'true' && inputs.install-deps == 'true'
62-
run: yarn workspaces foreach -A --include ${{ inputs.package-name }} run playwright install --with-deps
62+
run: yarn workspaces foreach -A --include ${{ inputs.package-name }} run playwright install chromium --with-deps --only-shell
6363
shell: ${{ inputs.shell }}

0 commit comments

Comments
 (0)