We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0582af7 commit 14aeecdCopy full SHA for 14aeecd
.circleci/config.yml
@@ -54,8 +54,8 @@ jobs:
54
working_directory: example/android
55
command: |
56
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)"
+ ./gradlew app:assembleAndroidTest --stacktrace
+ ./gradlew app:assembleDebug -Ptarget=integration_test/all_test.dart -Pdart-defines="$(echo -n "ACCESS_TOKEN=$MAPBOX_ACCESS_TOKEN" | base64 -w 0)" --stacktrace
59
- persist_to_workspace:
60
root: << parameters.workspace-path >>
61
paths:
0 commit comments