diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250e0933da4..622a570b250 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: pnpm run lint - name: Build, lint, test all packages - run: pnpm turbo lint build test --force + run: pnpm turbo lint build test integration-tests: name: INT - ${{ matrix.package }}