diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd36db12..e54d388e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: validation_level: error - name: Run unit tests - run: ./gradlew --no-configuration-cache --stacktrace check -PslimTests + run: ./gradlew --no-configuration-cache --stacktrace :build-logic:check check -PslimTests - name: (Fail-only) Upload test report if: failure()