From 440df4b1dc975e1bb75ef3d2d82f075d6488c61c Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:44:48 -0800 Subject: [PATCH] ci: Remove failing API level for instrumentation tests API 30 emulator is timing out. Related: ReactiveCircus/android-emulator-runner#373 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00e4d82..e896112 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: strategy: fail-fast: false matrix: - api-level: [ 26, 27, 28, 29, 30, 31, 32, 33, 34 ] + api-level: [ 26, 27, 28, 29, 31, 32, 33, 34 ] steps: - name: Checkout the code uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c