Skip to content

Commit 133c4f2

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 9349b4f commit 133c4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Create Android emulator
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
47-
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
47+
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;darwin_aarch64"
4848
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
49-
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
49+
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;darwin_aarch64"
5050
# boots and waits for the emulator to be ready
5151
- name: Launch Emulator
5252
timeout-minutes: 30

0 commit comments

Comments
 (0)