Skip to content

Commit

Permalink
Fix an hang on problem.
Browse files Browse the repository at this point in the history
https: //github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091
Change-Id: Id0dc3b07e9836cb4f3704450e2eb520412ba73b9
  • Loading branch information
blue928sky committed Feb 2, 2025
1 parent e653f75 commit 9d43dd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ jobs:
disable-animations: true
disk-size: 6000M
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)
if: matrix.api-level == 34
Expand Down

0 comments on commit 9d43dd8

Please sign in to comment.