diff --git a/.circleci/config.yml b/.circleci/config.yml index 770c27c8ed..bd2004e921 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - android/start-emulator-and-run-tests: 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 test-command: ./gradlew database:impl:connectedFullDebugAndroidTest