Skip to content

Commit

Permalink
CI matrix with emulator parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 11, 2024
1 parent f6bf124 commit 7cb65c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
name: Build & Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macOS-13 ]
api: [ 28 ]
tag: [ default ]
abi: [ x86_64 ]
java_version: [ 17 ]
steps:
- name: Checkout
Expand Down Expand Up @@ -40,9 +44,9 @@ jobs:
uses: hannesa2/action-android/[email protected]
with:
cmd: ./gradlew cAT --continue
api: 28
tag: default
abi: x86_64
api: ${{ matrix.api }}
tag: ${{ matrix.tag }}
abi: ${{ matrix.abi }}
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
- name: Archive Espresso results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7cb65c1

Please sign in to comment.