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