This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,17 @@ jobs:
53
53
- run :
54
54
name : Generate Espresso sanity tests
55
55
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
68
67
- store_artifacts :
69
68
path : MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk
70
69
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments