[#186] Fix running Kotlin module tests on CI
This commit is contained in:
parent
012839841d
commit
7cb3021caa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue