From 0aa12feba1c3446fd93436cff0504598ae408d00 Mon Sep 17 00:00:00 2001 From: Djordje Dimitrijev Date: Mon, 17 Jun 2024 23:55:16 +0200 Subject: [PATCH] revert run command --- .github/workflows/react-native-code-push-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index 94ca14bcb..3af756fad 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -25,7 +25,7 @@ jobs: - name: Gradle cache uses: gradle/actions/setup-gradle@v3 - name: Download system image "android-${{ matrix.api-level }}" - run: "system-images;android-${{ matrix.api-level }};google_apis;x86" + run: $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-${{ matrix.api-level }};google_apis;x86" - name: Create android emulator run: $ANDROID_HOME/tools/bin/avdmanager create avd --force --name TestEmulator --abi google_apis/x86 --package 'system-images;android-${{ matrix.api-level }};google_apis;x86' --device "Nexus 6P" - name: Start android emulator