Skip to content

Commit 25f7abb

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 31d322b commit 25f7abb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ jobs:
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
4747
sdkmanager --version
48-
avdmanager --version
49-
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
48+
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-36;google_apis_playstore;x86_64"
5049
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
51-
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
50+
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-36;google_apis_playstore;x86_64"
5251
# boots and waits for the emulator to be ready
5352
- name: Launch Emulator
5453
timeout-minutes: 30

0 commit comments

Comments
 (0)