From a01cef1bcea4479320be378873a891daa1cd4b09 Mon Sep 17 00:00:00 2001 From: Robert Buessow Date: Sat, 14 Oct 2023 21:26:31 +0200 Subject: [PATCH] Remove tab from .circlci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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