Skip to content

Commit c2952fe

Browse files
committed
Use model id instead of name
1 parent 332cd28 commit c2952fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/commands/connected-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ gcloud firebase test android run \
1717
--type instrumentation \
1818
--app app/build/outputs/apk/debug/app-debug.apk \
1919
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
20-
--device model=Pixel9a,version=35,locale=en,orientation=portrait \
20+
# tegu = Pixel 9a
21+
--device model=tegu,version=35,locale=en,orientation=portrait \
2122
--verbosity info

0 commit comments

Comments
 (0)