From ac51640e0b339befb7c9eceb2fdacc1ce0363f7b Mon Sep 17 00:00:00 2001 From: blue928sky Date: Thu, 31 Jul 2025 09:17:59 +0900 Subject: [PATCH] Delete commands that are probably no longer needed Change-Id: Ib0a91c8ce4c032e149b806b14d93ce9a4102987e --- .github/workflows/Build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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