diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a88b03677..d602cd754a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -451,7 +451,7 @@ jobs: with: timezoneLinux: "America/New_York" - - run: yarn nx affected -t test:unit --base=${{ needs.job_setup.outputs.BASE_COMMIT }} + - run: yarn test:unit - uses: actions/upload-artifact@v4 if: startsWith(matrix.node, '18')