Skip to content

Commit ea410aa

Browse files
committed
Remove --no-shell argument
1 parent cdf580d commit ea410aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Install Playwright Browsers
35-
run: yarn playwright install --with-deps --no-shell chromium
35+
run: yarn playwright install --with-deps chromium
3636
- name: Show playwright installs
3737
run: ls /home/runner/.cache/ms-playwright
3838
- run: node scripts/setVersion.js --next

0 commit comments

Comments
 (0)