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 332cd28 commit c2952feCopy full SHA for c2952fe
.buildkite/commands/connected-tests.sh
@@ -17,5 +17,6 @@ gcloud firebase test android run \
17
--type instrumentation \
18
--app app/build/outputs/apk/debug/app-debug.apk \
19
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
20
- --device model=Pixel9a,version=35,locale=en,orientation=portrait \
+ # tegu = Pixel 9a
21
+ --device model=tegu,version=35,locale=en,orientation=portrait \
22
--verbosity info
0 commit comments