diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 365dc6a2..98774e49 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -177,7 +177,8 @@ jobs: - name: Test timeout-minutes: 4 run: | - ./gradlew ktlint + # Note that we explicitly check just the Kotlin modules, to avoid compiling the Android modules here + ./gradlew :preference-api-lib:check - name: Collect Artifacts timeout-minutes: 1 env: