ifix(ci): also run build-logic checks

This commit is contained in:
Harsh Shandilya 2024-12-12 15:04:41 +05:30
parent 7705386433
commit 7b4379ad0f

View file

@ -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()