Skip to content

Commit 31d322b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: Create Android emulator
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
47+
sdkmanager --version
48+
avdmanager --version
4749
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
4850
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
4951
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"

0 commit comments

Comments
 (0)