From 5b794f1786a9f8c1a9668769a4a4cecc7befd873 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 12 Jun 2020 15:36:20 +0530 Subject: [PATCH 1/2] github: run instrumentation tests against API 30 Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 885d71f87..2ef3214f4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [23, 29] + api-level: [23, 29, 30] variant: [Debug, Release] steps: @@ -71,7 +71,7 @@ jobs: - name: Run instrumentation tests if: ${{ steps.service-changed.outputs.result == 'true' }} - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.10.0 with: api-level: ${{ matrix.api-level }} target: default From 597b25b9e01b8cc21b005752779c344ec55c7310 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 12 Jun 2020 15:44:35 +0530 Subject: [PATCH 2/2] github: switch emulator images to google_apis target Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2ef3214f4..843e73442 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -74,7 +74,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2.10.0 with: api-level: ${{ matrix.api-level }} - target: default + target: google_apis script: | adb shell settings put global animator_duration_scale 0 adb shell settings put global transition_animation_scale 0