[#186] Fix running Kotlin module tests on CI
This commit is contained in:
parent
012839841d
commit
7cb3021caa
|
@ -177,7 +177,8 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
run: |
|
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
|
- name: Collect Artifacts
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue