Uninstall apk before run test.

pull/1819/head
Jaehwa Noh 8 months ago committed by GitHub
parent c73861516e
commit b04c3dc7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -225,7 +225,8 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest --daemon
script: |
/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell pm uninstall com.google.samples.apps.nowinandroid.demo.debug; ./gradlew connectedDemoDebugAndroidTest --daemon;
- name: Run local tests (including Roborazzi) for the combined coverage report (only API 30)
if: matrix.api-level == 30

Loading…
Cancel
Save