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 172cfbf commit e8d2988Copy full SHA for e8d2988
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
with:
139
submodules: true
140
- uses: ./.github/actions/prepare-playground
141
- - run: sudo npx playwright install chrome
+ - run: sudo npx playwright install
142
- run: sudo CI=true JSPI=true npx nx e2e php-wasm-web
143
test-e2e-php-wasm-web-asyncify:
144
runs-on: ubuntu-latest
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
- run: sudo CI=true npx nx e2e php-wasm-web
152
test-e2e:
153
0 commit comments