Skip to content

Commit 7087008

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create Android emulator
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
47-
sdkmanager --version
47+
echo $ANDROID_HOME/tools/bin/sdkmanager --version
4848
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-36;google_apis_playstore;x86_64"
4949
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
5050
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-36;google_apis_playstore;x86_64"

0 commit comments

Comments
 (0)