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 }})"