Skip to content

Commit dacdfe7

Browse files
chore: upgrade API Platform to 4.0.7 (#472)
Can't upgrade to 4.0.6 as it contains a critical bug
1 parent 269d1d5 commit dacdfe7

File tree

6 files changed

+549
-536
lines changed

6 files changed

+549
-536
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
-

0 commit comments

Comments
 (0)