Fix an hang on problem.

https://github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091
Change-Id: Id0dc3b07e9836cb4f3704450e2eb520412ba73b9
pull/1812/head
blue928sky 8 months ago
parent e653f7501e
commit 46553e1302

@ -199,7 +199,10 @@ jobs:
disable-animations: true disable-animations: true
disk-size: 6000M disk-size: 6000M
heap-size: 600M heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest --daemon # && 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
- name: Run local tests (including Roborazzi) for the combined coverage report (only API 34) - name: Run local tests (including Roborazzi) for the combined coverage report (only API 34)
if: matrix.api-level == 34 if: matrix.api-level == 34

Loading…
Cancel
Save