Add stacktrace for test command

pull/1837/head
Caren 3 years ago committed by GitHub
parent 3c67cc939f
commit 4a914b21ad

@ -117,7 +117,7 @@ jobs:
disable-animations: true disable-animations: true
disk-size: 1500M disk-size: 1500M
heap-size: 512M heap-size: 512M
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace
- name: Upload test reports - name: Upload test reports
if: always() if: always()

Loading…
Cancel
Save