From 01ee207faf1eb8fb21ade5132ba9b10b1a884834 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 18:55:46 +1200 Subject: [PATCH] chore(ci): install firefox in playwright job --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 559297b..c174e2f 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -223,6 +223,9 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: pnpm install --frozen-lockfile + - name: Install Playwright browsers + run: pnpm exec playwright install firefox --with-deps + - name: Run Playwright Tests (4 Shards) run: pnpm exec turbo run test:e2e:all timeout-minutes: 10