Skip to content

Commit 8370eeb

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
with:
139139
submodules: true
140140
- uses: ./.github/actions/prepare-playground
141-
- run: sudo npx playwright install chrome
142141
- run: sudo CI=true JSPI=true npx nx e2e php-wasm-web
143142
test-e2e-php-wasm-web-asyncify:
144143
runs-on: ubuntu-latest
@@ -147,7 +146,6 @@ jobs:
147146
with:
148147
submodules: true
149148
- uses: ./.github/actions/prepare-playground
150-
- run: sudo npx playwright install chrome
151149
- run: sudo CI=true npx nx e2e php-wasm-web
152150
test-e2e:
153151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)