Skip to content

Commit 5ffb444

Browse files
committed
Add API 31 env for connectedCheck
1 parent 73472e1 commit 5ffb444

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
api-level: [23, 29, 30]
22+
api-level: [23, 29, 30, 31]
2323
target: [google_apis]
2424

2525
steps:
@@ -40,6 +40,7 @@ jobs:
4040
target: ${{ matrix.target }}
4141
arch: x86_64
4242
profile: Nexus 6
43+
cores: 4
4344
script: ./gradlew connectedCheck mergeAndroidReports --continue
4445

4546
- name: Archive the test reports

0 commit comments

Comments
 (0)