diff --git a/.github/workflows/test_v2.yml b/.github/workflows/test_v2.yml index 76abfba06..a97bedd94 100644 --- a/.github/workflows/test_v2.yml +++ b/.github/workflows/test_v2.yml @@ -26,7 +26,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build client - run: pnpm build:client + run: turbo build:local - name: Install Playwright Browsers run: npx playwright install --with-deps