diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32046969d3c..cb0a7b1a351 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 + run: pnpm turbo lint build test --force integration-tests: name: INT - ${{ matrix.package }}