File tree Expand file tree Collapse file tree 6 files changed +549
-536
lines changed Expand file tree Collapse file tree 6 files changed +549
-536
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ jobs:
177
177
run : docker compose run --rm php bin/console doctrine:fixtures:load --no-interaction
178
178
-
179
179
name : Cache Playwright Binaries
180
- id : playwright-cache
181
180
uses : actions/cache@v4
182
181
with :
183
182
path : ~/.cache/ms-playwright
@@ -201,18 +200,12 @@ jobs:
201
200
run : pnpm install
202
201
-
203
202
name : Install Playwright Browsers with Deps
204
- if : steps.playwright-cache.outputs.cache-hit != 'true'
205
203
working-directory : pwa
206
204
run : pnpm exec playwright install --with-deps
207
- -
208
- name : Install Playwright Browsers
209
- if : steps.playwright-cache.outputs.cache-hit == 'true'
210
- working-directory : pwa
211
- run : pnpm exec playwright install
212
205
-
213
206
name : Run Playwright
214
207
working-directory : pwa
215
- timeout-minutes : 3
208
+ timeout-minutes : 10
216
209
# use 1 worker to prevent conflict between scenarios (longer but safer)
217
210
run : pnpm exec playwright test --workers=1 --grep ${{ matrix.annotation }}
218
211
-
You can’t perform that action at this time.
0 commit comments