Skip to content

Commit 260a0db

Browse files
committed
feat: Update instrumentation test device in CI
This commit updates the device model used for instrumentation tests in the Android workflow. - The `--device` model in `.github/workflows/android.yml` is changed from `Pixel6` to `cheetah`.
1 parent b55b67c commit 260a0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ jobs:
9393
--type instrumentation \
9494
--app app/build/outputs/apk/debug/app-debug.apk \
9595
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
96-
--device model=Pixel6,version=33,locale=en,orientation=portrait \
96+
--device model=cheetah,version=33,locale=en,orientation=portrait \
9797
--timeout 15m
9898

0 commit comments

Comments
 (0)