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 a4e264a commit ef48e95Copy full SHA for ef48e95
.github/actions/src/init/action.yml
@@ -59,5 +59,5 @@ runs:
59
60
- name: Install Playwright
61
if: inputs.playwright == 'true' && inputs.install-deps == 'true'
62
- run: yarn workspaces foreach -A --include ${{ inputs.package-name }} run playwright install --with-deps
+ run: yarn workspaces foreach -A --include ${{ inputs.package-name }} run playwright install chromium --with-deps --only-shell
63
shell: ${{ inputs.shell }}
0 commit comments