From c164144c0d00acc61d8f81225b9e23e54b9c29d3 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sun, 6 Feb 2022 19:54:29 +0000 Subject: [PATCH] - updated config.yml Took 7 minutes --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8b1e21..e5d7ec0 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 --continue + test-command: ./gradlew lint test --stacktrace --info --continue # Then start the emulator and run the Instrumentation tests! - android/start-emulator-and-run-tests: