From 5961bee1fcfddd1c658ae3d91eff408240b93f1a Mon Sep 17 00:00:00 2001 From: Joris Bodin Date: Wed, 28 Feb 2024 12:34:16 +0100 Subject: [PATCH] WIP --- .github/workflows/android.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 267e390401..70b7fb5bfb 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,10 +13,10 @@ jobs: instrumentation-tests: if: github.event.pull_request.draft == false - runs-on: [ self-hosted, Android ] + runs-on: [ self-hosted, test ] strategy: matrix: - api-level: [ 31 ] + api-level: [ 34 ] target: [ google_apis ] env: @@ -43,13 +43,12 @@ jobs: submodules: recursive - name: create AVD and generate snapshot for caching - if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2.27.0 + uses: reactivecircus/android-emulator-runner@v2.30.1 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} - profile: Pixel 4 - arch: x86_64 + profile: pixel_7 + arch: arm64-v8a disk-size: 6G avd-name: kdrive-test force-avd-creation: false @@ -72,12 +71,12 @@ jobs: run: ./gradlew testDebugUnitTest --stacktrace - name: Run instrumentation tests - uses: ReactiveCircus/android-emulator-runner@v2.27.0 + uses: ReactiveCircus/android-emulator-runner@v2.30.1 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} - profile: Pixel 4 - arch: x86_64 + profile: pixel_7 + arch: arm64-v8a disk-size: 6G avd-name: kdrive-test force-avd-creation: false