From f42a2132f6afd1350a1186bd9ade31ffb26a2afa Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Fri, 6 Dec 2024 10:55:35 -0300 Subject: [PATCH] Update instrumented --- .github/workflows/instrumented.yml | 18 ++++++++---------- build.gradle | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/instrumented.yml b/.github/workflows/instrumented.yml index 65e760879..ccab4bc89 100644 --- a/.github/workflows/instrumented.yml +++ b/.github/workflows/instrumented.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: api-level: [ 29 ] - shard: [ 0, 1, 2, 3 ] + shard: [ 0, 1, 2, 3, 4, 5 ] steps: - name: Enable KVM group perms @@ -30,13 +30,6 @@ jobs: - name: Gradle cache uses: gradle/gradle-build-action@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: 11 - cache: 'gradle' - - name: AVD cache uses: actions/cache@v4 id: avd-cache @@ -51,10 +44,11 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + profile: Galaxy Nexus avd-name: macOS-avd-arm64-v8a-29 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - disable-animations: true + disable-animations: false script: echo "Generated AVD snapshot for caching." - name: Assemble debug AndroidTest @@ -65,4 +59,8 @@ jobs: with: api-level: ${{ matrix.api-level }} profile: Galaxy Nexus - script: ./gradlew connectedCheck --continue -Pandroid.testInstrumentationRunnerArguments.numShards=4 -Pandroid.testInstrumentationRunnerArguments.shardIndex=${{ matrix.shard }} + avd-name: macOS-avd-arm64-v8a-29 + force-avd-creation: false + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + disable-animations: false + script: ./gradlew connectedCheck --continue -Pandroid.testInstrumentationRunnerArguments.numShards=6 -Pandroid.testInstrumentationRunnerArguments.shardIndex=${{ matrix.shard }} diff --git a/build.gradle b/build.gradle index 9e32031ee..9e880ea12 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'kotlin-android' apply from: 'spec.gradle' ext { - splitVersion = '5.1.0-alpha.1' + splitVersion = '5.1.0-alpha.2' } android {