Skip to content

Commit f3194b1

Browse files
committed
update
1 parent 413bd66 commit f3194b1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/react_native.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,6 @@ jobs:
141141
with:
142142
ndk-version: 28.0.13004108
143143

144-
- name: Start Android Emulator
145-
run: |
146-
if test -f ./emulator.pid; then
147-
echo "Emulator PID file was not expected to exist but does and has pid: $(cat ./emulator.pid)"
148-
exit 1
149-
fi
150-
python3 tools/python/run_android_emulator.py \
151-
--android-sdk-root "${ANDROID_SDK_ROOT}" \
152-
--start --emulator-extra-args="-partition-size 2047" \
153-
--emulator-pid-file ./emulator.pid
154-
echo "Emulator PID: $(cat ./emulator.pid)"
155-
156144
- name: Run React Native Android Instrumented Tests
157145
run: ./gradlew connectedDebugAndroidTest --stacktrace
158146
working-directory: ${{ github.workspace }}/js/react_native/android

0 commit comments

Comments
 (0)