add stacktrace to circleci

This commit is contained in:
Milos Kozak 2022-11-04 08:37:18 +01:00
parent 3d3623dc58
commit 6cc8ac96cb

View file

@ -23,7 +23,7 @@ jobs:
test-command: ./gradlew testFullDebugUnitTest
- android/run-tests:
test-command: ./gradlew jacocoAllDebugReport
test-command: ./gradlew --stacktrace jacocoAllDebugReport
# Then start the emulator and run the Instrumentation tests!
# - android/start-emulator-and-run-tests: