Add .circleci/config.yml

This commit is contained in:
2022-02-06 20:15:48 +00:00
parent c164144c0d
commit da806a6fc4

View File

@@ -27,7 +27,7 @@ jobs:
# The next step will run the unit tests # The next step will run the unit tests
- android/run-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! # Then start the emulator and run the Instrumentation tests!
- android/start-emulator-and-run-tests: - android/start-emulator-and-run-tests: