Skip to content

Commit e8d2988

Browse files
committed
Remove playwright install chrome
1 parent 172cfbf commit e8d2988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
submodules: true
140140
- uses: ./.github/actions/prepare-playground
141-
- run: sudo npx playwright install chrome
141+
- run: sudo npx playwright install
142142
- run: sudo CI=true JSPI=true npx nx e2e php-wasm-web
143143
test-e2e-php-wasm-web-asyncify:
144144
runs-on: ubuntu-latest
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
submodules: true
149149
- uses: ./.github/actions/prepare-playground
150-
- run: sudo npx playwright install chrome
150+
- run: sudo npx playwright install
151151
- run: sudo CI=true npx nx e2e php-wasm-web
152152
test-e2e:
153153
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)