Skip to content

Commit 14aeecd

Browse files
authored
Print stacktrace on issue. (#626)
1 parent 0582af7 commit 14aeecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
working_directory: example/android
5555
command: |
5656
flutter build apk
57-
./gradlew app:assembleAndroidTest
58-
./gradlew app:assembleDebug -Ptarget=integration_test/all_test.dart -Pdart-defines="$(echo -n "ACCESS_TOKEN=$MAPBOX_ACCESS_TOKEN" | base64 -w 0)"
57+
./gradlew app:assembleAndroidTest --stacktrace
58+
./gradlew app:assembleDebug -Ptarget=integration_test/all_test.dart -Pdart-defines="$(echo -n "ACCESS_TOKEN=$MAPBOX_ACCESS_TOKEN" | base64 -w 0)" --stacktrace
5959
- persist_to_workspace:
6060
root: << parameters.workspace-path >>
6161
paths:

0 commit comments

Comments
 (0)