Skip to content

Commit 58679cb

Browse files
committed
Workflow: Add only-shell flag for CI
1 parent 823c895 commit 58679cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.os }}-playwright-
4646
- name: Install playwright with dependencies
4747
if: steps.restore-cache.outputs.cache-hit != 'true'
48-
run: cd tests && npx playwright install --with-deps ${{ env.BROWSERS }}
48+
run: cd tests && npx playwright install --with-deps ${{ env.BROWSERS }} --only-shell
4949
- name: Install playwright dependencies
5050
if: steps.restore-cache.outputs.cache-hit == 'true'
5151
run: cd tests && npx playwright install-deps ${{ env.BROWSERS }}

0 commit comments

Comments
 (0)