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:
177177 run : docker compose run --rm php bin/console doctrine:fixtures:load --no-interaction
178178 -
179179 name : Cache Playwright Binaries
180- id : playwright-cache
181180 uses : actions/cache@v4
182181 with :
183182 path : ~/.cache/ms-playwright
@@ -201,18 +200,12 @@ jobs:
201200 run : pnpm install
202201 -
203202 name : Install Playwright Browsers with Deps
204- if : steps.playwright-cache.outputs.cache-hit != 'true'
205203 working-directory : pwa
206204 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
212205 -
213206 name : Run Playwright
214207 working-directory : pwa
215- timeout-minutes : 3
208+ timeout-minutes : 10
216209 # use 1 worker to prevent conflict between scenarios (longer but safer)
217210 run : pnpm exec playwright test --workers=1 --grep ${{ matrix.annotation }}
218211 -
You can’t perform that action at this time.
0 commit comments