From 9394346f3919155609a57ab567ef633ae993edf8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:05:05 -0800 Subject: [PATCH] Try pnpm playwright install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92762351..0ec932c11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: - name: Install Playwright if: steps.cache-frontend-deps.outputs.cache-hit != 'true' - run: cd src-ui && npx playwright install --with-deps + run: cd src-ui && pnpm playwright install --with-deps tests-frontend: name: "Frontend Tests (Node ${{ matrix.node-version }} - ${{ matrix.shard-index }}/${{ matrix.shard-count }})"