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 823c895 commit 58679cbCopy full SHA for 58679cb
.github/workflows/playwright.yml
@@ -45,7 +45,7 @@ jobs:
45
${{ runner.os }}-playwright-
46
- name: Install playwright with dependencies
47
if: steps.restore-cache.outputs.cache-hit != 'true'
48
- run: cd tests && npx playwright install --with-deps ${{ env.BROWSERS }}
+ run: cd tests && npx playwright install --with-deps ${{ env.BROWSERS }} --only-shell
49
- name: Install playwright dependencies
50
if: steps.restore-cache.outputs.cache-hit == 'true'
51
run: cd tests && npx playwright install-deps ${{ env.BROWSERS }}
0 commit comments