Also complile the instrumentation test sources in CI
We already don't run instrumentation tests in CI, so we should at least compile them to catch any breakage there. This is important as they don't even get compliled when building and installing the app with Android Studio.
This commit is contained in:
parent
3487c91ba3
commit
6e4c117fca
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ before_cache:
|
|||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||
|
||||
script: ./gradlew check assemble ktlintCheck
|
||||
script: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue