Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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 @@ -189,18 +188,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
Loading