diff --git a/.github/workflows/ci-playwright.yaml b/.github/workflows/ci-playwright.yaml index 3011af13..a9b875e5 100644 --- a/.github/workflows/ci-playwright.yaml +++ b/.github/workflows/ci-playwright.yaml @@ -65,7 +65,7 @@ jobs: log-output-if: true working-directory: clients/js - name: Install Playwright dependencies - run: pnpm install && pnpm test:setup + run: pnpm test:setup working-directory: examples/wagmi-v2 - name: Run playwright tests (with xvfb-run to support headed extension test) working-directory: examples/wagmi-v2