add stacktrace to circleci
This commit is contained in:
parent
3d3623dc58
commit
6cc8ac96cb
|
@ -23,7 +23,7 @@ jobs:
|
||||||
test-command: ./gradlew testFullDebugUnitTest
|
test-command: ./gradlew testFullDebugUnitTest
|
||||||
|
|
||||||
- android/run-tests:
|
- android/run-tests:
|
||||||
test-command: ./gradlew jacocoAllDebugReport
|
test-command: ./gradlew --stacktrace jacocoAllDebugReport
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
Loading…
Reference in a new issue