aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-06-12 10:55:50 +0000
committerGitHub <noreply@github.com>2020-06-12 16:25:50 +0530
commitbf33fb2c88a208931340201e95a524b274d70b31 (patch)
tree88846e7b37e8073e16c9b2d9f585b47c525720f4 /.github
parentf3c9733d6901209513b77a6002a23785a1e9aa4e (diff)
github: run instrumentation tests against API 30 (#847)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 885d71f8..843e7344 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,10 +71,10 @@ 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
+ target: google_apis
script: |
adb shell settings put global animator_duration_scale 0
adb shell settings put global transition_animation_scale 0