diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 716449e43..3dcd95840 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -221,10 +221,7 @@ jobs: disable-animations: true disk-size: 6000M heap-size: 600M - # && killall -INT crashpad_handler || true - # came from https://github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091 - script: | - ./gradlew connectedDemoDebugAndroidTest --daemon && killall -INT crashpad_handler || true + script: ./gradlew connectedDemoDebugAndroidTest --daemon - name: Run local tests (including Roborazzi) for the combined coverage report (only API 34) if: matrix.api-level == 34