Skip to content

Commit fe1010c

Browse files
authored
NR/UITest-Android: Use Pixel 7 settings for emulator
1 parent a43fe57 commit fe1010c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NewsReader.UITestAndroid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
export ANDROID_AVD_HOME=$HOME/.config/.android/avd
5454
5555
echo "Creating AVD"
56-
echo "no" | avdmanager create avd -n test_emulator -k "system-images;android-35;google_apis;x86_64" --force
56+
echo "no" | avdmanager create avd -n test_emulator -k "system-images;android-35;google_apis;x86_64" --device "pixel_7" --force
5757
5858
echo "Starting emulator"
5959
emulator -avd test_emulator -no-audio -no-boot-anim -no-window -no-snapshot &

0 commit comments

Comments
 (0)