Skip to content

Commit 2bb33c2

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
env:
6-
API_CURRENT: 34
6+
API_CURRENT: 35
77
JAVA_DISTRIBUTION: 'corretto'
88
JAVA_VERSION: '17'
99
jobs:
@@ -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;darwin_aarch64"
47+
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;arm64-v8a"
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;darwin_aarch64"
49+
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;arm64-v8a"
5050
# boots and waits for the emulator to be ready
5151
- name: Launch Emulator
5252
timeout-minutes: 30

0 commit comments

Comments
 (0)