We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bf124 commit cf1ec54Copy full SHA for cf1ec54
.github/workflows/Android-CI.yml
@@ -13,6 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
os: [ macOS-13 ]
16
+ api: [ 28 ]
17
+ tag: [ default ]
18
+ abi: [ x86_64 ]
19
java_version: [ 17 ]
20
steps:
21
- name: Checkout
@@ -40,9 +43,9 @@ jobs:
40
43
uses: hannesa2/action-android/emulator-run-cmd@0.1.16.7
41
44
with:
42
45
cmd: ./gradlew cAT --continue
- api: 28
- tag: default
- abi: x86_64
46
+ api: ${{ matrix.api }}
47
+ tag: ${{ matrix.tag }}
48
+ abi: ${{ matrix.abi }}
49
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
50
- name: Archive Espresso results
51
uses: actions/upload-artifact@v4
0 commit comments