Skip to content

Commit 6bd429e

Browse files
committed
Update emulator testing
1 parent 9635785 commit 6bd429e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
echo "ANDROID_EMULATOR_ARCH=${{ matrix.EMULATOR_ARCH }}" >> $GITHUB_ENV
7979
echo "ANDROID_EMULATOR_ARCH_TRIPLE=${{ matrix.EMULATOR_ARCH_TRIPLE }}" >> $GITHUB_ENV
8080
echo "ANDROID_TARGET=default" >> $GITHUB_ENV
81-
echo "ANDROID_PROFILE=Pixel 6" >> $GITHUB_ENV
81+
#echo "ANDROID_PROFILE=Pixel 6" >> $GITHUB_ENV
82+
echo "ANDROID_PROFILE=Nexus 10" >> $GITHUB_ENV
8283
echo "ANDROID_CHANNEL=3" >> $GITHUB_ENV
8384
echo "ANDROID_NDK_VERSION=${{ matrix.NDK_VERSION }}" >> $GITHUB_ENV
8485
@@ -100,7 +101,7 @@ jobs:
100101
yes | sdkmanager --licenses > /dev/null
101102
EMULATOR_NAME="emulator-${ANDROID_API}"
102103
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
103-
sdkmanager --install "${EMULATOR_SPEC}" "emulator"
104+
sdkmanager --install "${EMULATOR_SPEC}"
104105
avdmanager create avd -n "${EMULATOR_NAME}" -k "${EMULATOR_SPEC}" --device "${ANDROID_PROFILE}"
105106
emulator -list-avds
106107
# launch the emulator in the background; we will cat the log at the end

0 commit comments

Comments
 (0)