github: run instrumentation tests against API 30 (#847)

This commit is contained in:
Harsh Shandilya 2020-06-12 10:55:50 +00:00 committed by GitHub
parent f3c9733d69
commit bf33fb2c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
strategy: strategy:
matrix: matrix:
api-level: [23, 29] api-level: [23, 29, 30]
variant: [Debug, Release] variant: [Debug, Release]
steps: steps:
@ -71,10 +71,10 @@ jobs:
- name: Run instrumentation tests - name: Run instrumentation tests
if: ${{ steps.service-changed.outputs.result == 'true' }} if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: reactivecircus/android-emulator-runner@v2 uses: reactivecircus/android-emulator-runner@v2.10.0
with: with:
api-level: ${{ matrix.api-level }} api-level: ${{ matrix.api-level }}
target: default target: google_apis
script: | script: |
adb shell settings put global animator_duration_scale 0 adb shell settings put global animator_duration_scale 0
adb shell settings put global transition_animation_scale 0 adb shell settings put global transition_animation_scale 0