Remove tab from .circlci/config.yml
This commit is contained in:
parent
255b377ab7
commit
a01cef1bce
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- android/start-emulator-and-run-tests:
|
- android/start-emulator-and-run-tests:
|
||||||
system-image: system-images;android-29;google_apis;x86
|
system-image: system-images;android-29;google_apis;x86
|
||||||
# Compilee while the emulator starts to use the time.
|
# Compile while the emulator starts to use the time.
|
||||||
post-emulator-launch-assemble-command: ./gradlew compileFullDebugUnitTestSources database:impl:compileFullDebugAndroidTestSources
|
post-emulator-launch-assemble-command: ./gradlew compileFullDebugUnitTestSources database:impl:compileFullDebugAndroidTestSources
|
||||||
test-command: ./gradlew database:impl:connectedFullDebugAndroidTest
|
test-command: ./gradlew database:impl:connectedFullDebugAndroidTest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue