mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
Remove API 30 from pull request test matrix (#879)
* Revert "github: run instrumentation tests against API 30 (#847)" API 30 is too flaky to be a part of our active test suite. This reverts commitbf33fb2c88
. * github: bump android-emulator-runner action Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> (cherry picked from commiteb31385102
) Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
committed by
Harsh Shandilya
parent
e21c8cd0fc
commit
9d76eec76e
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, 30]
|
api-level: [23, 29]
|
||||||
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.10.0
|
uses: reactivecircus/android-emulator-runner@v2.11.0
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
target: google_apis
|
target: default
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user