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: