Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9d76eec

Browse files
committed
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 commit bf33fb2. * github: bump android-emulator-runner action Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> (cherry picked from commit eb31385) Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
1 parent e21c8cd commit 9d76eec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: macos-latest
77
strategy:
88
matrix:
9-
api-level: [23, 29, 30]
9+
api-level: [23, 29]
1010
variant: [Debug, Release]
1111
steps:
1212

@@ -71,10 +71,10 @@ jobs:
7171

7272
- name: Run instrumentation tests
7373
if: ${{ steps.service-changed.outputs.result == 'true' }}
74-
uses: reactivecircus/android-emulator-runner@v2.10.0
74+
uses: reactivecircus/android-emulator-runner@v2.11.0
7575
with:
7676
api-level: ${{ matrix.api-level }}
77-
target: google_apis
77+
target: default
7878
script: |
7979
adb shell settings put global animator_duration_scale 0
8080
adb shell settings put global transition_animation_scale 0

0 commit comments

Comments
 (0)