We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cc79bf + b0ae4d3 commit 0f40466Copy full SHA for 0f40466
.github/workflows/android_ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run unit tests
40
id: unit_tests
41
- run: ./gradlew test -x :TripKitSamples:test
+ run: ./gradlew test -x :TripKitSamples:test --stacktrace
42
43
- name: Archive test results
44
if: always()
0 commit comments