From b6314b77db3a05b9332f1d4a92befe76f03997b4 Mon Sep 17 00:00:00 2001 From: Sarath S Date: Fri, 13 Aug 2021 20:42:22 +0530 Subject: [PATCH] To workaround ReactiveCircus/android-emulator-runner#160. --- .github/workflows/android.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 6166a67..55ea47e 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -35,7 +35,7 @@ jobs: needs: build strategy: matrix: - api-level: [23, 28, 31] + api-level: [23, 28, 30] steps: - name: Checkout repo @@ -66,7 +66,8 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} - profile: Pixel 5 + arch: x86 + emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160 script: ./gradlew connectedCheck --stacktrace - name: Upload Reports