[#186] Fix running Kotlin module tests on CI

This commit is contained in:
Carter Jernigan 2022-01-28 14:51:28 -05:00 committed by GitHub
parent 012839841d
commit 7cb3021caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: