File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -141,18 +141,6 @@ jobs:
141
141
with :
142
142
ndk-version : 28.0.13004108
143
143
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
-
156
144
- name : Run React Native Android Instrumented Tests
157
145
run : ./gradlew connectedDebugAndroidTest --stacktrace
158
146
working-directory : ${{ github.workspace }}/js/react_native/android
You can’t perform that action at this time.
0 commit comments