chore(ci): install firefox in playwright job

This commit is contained in:
taroj1205 2025-06-22 18:55:46 +12:00
parent 1fcea58586
commit 01ee207faf
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -223,6 +223,9 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Install Playwright browsers
run: pnpm exec playwright install firefox --with-deps
- name: Run Playwright Tests (4 Shards) - name: Run Playwright Tests (4 Shards)
run: pnpm exec turbo run test:e2e:all run: pnpm exec turbo run test:e2e:all
timeout-minutes: 10 timeout-minutes: 10