Delete commands that are probably no longer needed

Change-Id: Ib0a91c8ce4c032e149b806b14d93ce9a4102987e
pull/1812/head
blue928sky 1 month ago
parent 3cf03392c9
commit ac51640e0b

@ -221,10 +221,7 @@ jobs:
disable-animations: true disable-animations: true
disk-size: 6000M disk-size: 6000M
heap-size: 600M heap-size: 600M
# && killall -INT crashpad_handler || true script: ./gradlew connectedDemoDebugAndroidTest --daemon
# 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