From 7b4379ad0f15b4e8dfb5b61c6b5a27608a2d9a84 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 12 Dec 2024 15:04:41 +0530 Subject: [PATCH] ifix(ci): also run build-logic checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()