From 3d86dc349e7b2e88a82510e7ed3e9b5711dc1fba Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:35:26 -0600 Subject: [PATCH] fix #1645: Ensure test run completion on Android by killing crashpad_handler (#1646) --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 03c5bbed1..14b339c40 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -151,4 +151,4 @@ jobs: force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none disable-animations: true - script: ./gradlew connectedFdroidDebugAndroidTest + script: ./gradlew connectedFdroidDebugAndroidTest && killall -INT crashpad_handler || true