Skip to content

Commit 2b85867

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent e618f44 commit 2b85867

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
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
distribution: ${{ env.JAVA_DISTRIBUTION }}
4343
java-version: ${{ env.JAVA_VERSION }}
44-
- name: Create Android emulator
44+
- name: Create Android emulator
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
4747
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"

0 commit comments

Comments
 (0)