github: run instrumentation tests against API 30 (#847)
This commit is contained in:
parent
f3c9733d69
commit
bf33fb2c88
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue