From da806a6fc41cb22be8f02001d897655b92152786 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sun, 6 Feb 2022 20:15:48 +0000 Subject: [PATCH] Add .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5d7ec0..e8b1e21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: # The next step will run the unit tests - android/run-tests: - test-command: ./gradlew lint test --stacktrace --info --continue + test-command: ./gradlew lint test --continue # Then start the emulator and run the Instrumentation tests! - android/start-emulator-and-run-tests: