Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 0462145

Browse files
author
Langston Smith
authored
re-added (#808)
1 parent 1344b87 commit 0462145

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

circle.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,17 @@ jobs:
5353
- run:
5454
name: Generate Espresso sanity tests
5555
command: make sanity-test-example-activities
56-
# Temporarily disabled because of Firebase GSON issues: https://github.com/google/gson/issues/1354
57-
#- run:
58-
# name: Run Firebase instrumentation tests
59-
# command: |
60-
# #!/bin/bash
61-
# ./gradlew :MapboxAndroidDemo:assembleGpservicesDebug --continue
62-
# ./gradlew :MapboxAndroidDemo:assembleAndroidTest --continue
63-
# gcloud firebase test android run \
64-
# --type instrumentation \
65-
# --app MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk \
66-
# --test MapboxAndroidDemo/build/outputs/apk/androidTest/gpservices/debug/MapboxAndroidDemo-gpservices-debug-androidTest.apk \
67-
# --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 5m
56+
- run:
57+
name: Run Firebase instrumentation tests
58+
command: |
59+
#!/bin/bash
60+
./gradlew :MapboxAndroidDemo:assembleGpservicesDebug --continue
61+
./gradlew :MapboxAndroidDemo:assembleAndroidTest --continue
62+
gcloud firebase test android run \
63+
--type instrumentation \
64+
--app MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk \
65+
--test MapboxAndroidDemo/build/outputs/apk/androidTest/gpservices/debug/MapboxAndroidDemo-gpservices-debug-androidTest.apk \
66+
--device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 5m
6867
- store_artifacts:
6968
path: MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk
7069
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)