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 cc4a4ff commit c937fa4Copy full SHA for c937fa4
.github/actions/src/playwright-cache/index.ts
@@ -57,7 +57,7 @@ async function main() {
57
if (!playwrightDir) {
58
core.info('playwright directory cache not located, installing');
59
60
- const exitCode = await exec('yarn', ['workspaces', 'foreach', '-A', '--include', packageName, 'run', 'playwright', 'install', 'chromium', '--with-deps', '--shell-only']);
+ const exitCode = await exec('yarn', ['workspaces', 'foreach', '-A', '--include', packageName, 'run', 'playwright', 'install', 'chromium', '--with-deps', '--only-shell']);
61
if (exitCode !== 0) {
62
core.setFailed('Failed to install playwright');
63
return;
0 commit comments