Skip to content

Commit

Permalink
chore: upgrade API Platform to 4.0.7 (#472)
Browse files Browse the repository at this point in the history
Can't upgrade to 4.0.6 as it contains a critical bug
  • Loading branch information
vincentchalamon authored Nov 6, 2024
1 parent 269d1d5 commit dacdfe7
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 536 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
run: docker compose run --rm php bin/console doctrine:fixtures:load --no-interaction
-
name: Cache Playwright Binaries
id: playwright-cache
uses: actions/cache@v4
with:
path: ~/.cache/ms-playwright
Expand All @@ -201,18 +200,12 @@ jobs:
run: pnpm install
-
name: Install Playwright Browsers with Deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
working-directory: pwa
run: pnpm exec playwright install --with-deps
-
name: Install Playwright Browsers
if: steps.playwright-cache.outputs.cache-hit == 'true'
working-directory: pwa
run: pnpm exec playwright install
-
name: Run Playwright
working-directory: pwa
timeout-minutes: 3
timeout-minutes: 10
# use 1 worker to prevent conflict between scenarios (longer but safer)
run: pnpm exec playwright test --workers=1 --grep ${{ matrix.annotation }}
-
Expand Down
Loading

0 comments on commit dacdfe7

Please sign in to comment.