Skip to content

Commit cf1ec54

Browse files
committed
CI matrix with emulator parameter
1 parent f6bf124 commit cf1ec54

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/Android-CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ macOS-13 ]
16+
api: [ 28 ]
17+
tag: [ default ]
18+
abi: [ x86_64 ]
1619
java_version: [ 17 ]
1720
steps:
1821
- name: Checkout
@@ -40,9 +43,9 @@ jobs:
4043
uses: hannesa2/action-android/emulator-run-cmd@0.1.16.7
4144
with:
4245
cmd: ./gradlew cAT --continue
43-
api: 28
44-
tag: default
45-
abi: x86_64
46+
api: ${{ matrix.api }}
47+
tag: ${{ matrix.tag }}
48+
abi: ${{ matrix.abi }}
4649
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
4750
- name: Archive Espresso results
4851
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)