From 7cb3021caa46b0c18b1008209da23a16a763f559 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Fri, 28 Jan 2022 14:51:28 -0500 Subject: [PATCH] [#186] Fix running Kotlin module tests on CI --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: