Skip to content

Commit

Permalink
Instrumented
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 6, 2024
1 parent 910a82e commit fb5cd9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instrumented.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
api-level: [ 29 ]
shard: [ 0, 1, 2, 3 ]
shard: [ 0, 1, 2, 3, 4 ]

steps:
- name: Enable KVM group perms
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
profile: Galaxy Nexus
script: ./gradlew connectedCheck --continue -Pandroid.testInstrumentationRunnerArguments.numShards=4 -Pandroid.testInstrumentationRunnerArguments.shardIndex=${{ matrix.shard }}
script: ./gradlew connectedCheck --continue -Pandroid.testInstrumentationRunnerArguments.numShards=5 -Pandroid.testInstrumentationRunnerArguments.shardIndex=${{ matrix.shard }}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fb5cd9e

Please sign in to comment.