Skip to content

Commit 6c3b391

Browse files
committed
Update emulator testing
1 parent 8ef4663 commit 6c3b391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Create and Launch Android Emulator
9999
run: |
100100
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
101-
EMULATOR_NAME="emulator-${ANDROID_API}"
101+
EMULATOR_NAME="swiftemu"
102102
sdkmanager --list_installed
103103
yes | sdkmanager --licenses > /dev/null
104104
sdkmanager --install "${EMULATOR_SPEC}" "emulator" "platform-tools" "platforms;android-${ANDROID_API}"

0 commit comments

Comments
 (0)