We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03e360 commit 250f361Copy full SHA for 250f361
action.yml
@@ -268,6 +268,10 @@ runs:
268
echo "adb shell 'cd ${REMOTE_FOLDER}/${TEST_BASE_FOLDER} && ${{ inputs.test-env }} ./${XCTEST_BASE} ${{ inputs.swift-test-flags }}'" >> ${SCRIPT_FILE}
269
done
270
271
+ # ensure the emulator stops when we are done
272
+ # https://github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091
273
+ echo 'killall -INT crashpad_handler || true' >> ${SCRIPT_FILE}
274
+
275
cat ${SCRIPT_FILE}
276
277
chmod +x ${SCRIPT_FILE}
0 commit comments