Skip to content

Commit c596d11

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent ed9e028 commit c596d11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
# create an emulator with google apis, runs on java 8
3939
- name: Create Android emulator
4040
run: |
41+
export PATH=$ANDROID_HOME/platform-tools:$ANDROID_HOME/cmdline-tools/latest/bin:$PATH
42+
echo which sdkmanager
43+
echo sdkmanager --version
4144
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
4245
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
4346
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device

0 commit comments

Comments
 (0)