:(((((
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-27 23:10:25 +01:00
parent 2c9237a81f
commit 7ce0591288

View File

@@ -164,10 +164,10 @@ cleanup() {
echo "--- Cleanup ---"
# [[ -n "$APPIUM_PID" ]] && kill -9 "$APPIUM_PID" 2>/dev/null || true
# [[ -n "$EXPO_PID" ]] && kill -9 "$EXPO_PID" 2>/dev/null || true
[[ -n "$EMU_PID" ]] && kill -9 "$EMU_PID" 2>/dev/null || true
adb emu kill 2>/dev/null || true
# [[ -n "$EMU_PID" ]] && kill -9 "$EMU_PID" 2>/dev/null || true
# adb emu kill 2>/dev/null || true
# Kill any remaining child processes
pkill -9 -P $$ 2>/dev/null || true
# pkill -9 -P $$ 2>/dev/null || true
}
main() {
@@ -181,9 +181,9 @@ main() {
install_dependencies
fi
start_emulator
wait_for_emulator
disable_animations
# start_emulator
# wait_for_emulator
# disable_animations
# start_expo
# wait_for_app
# dismiss_expo_banner