Skip to content

Commit

Permalink
Add matrix config for target
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Oct 23, 2023
1 parent 5acd170 commit 9896a95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
strategy:
matrix:
api-level: [ 26, 31 ]
target: [google_apis]
arch: [x86_64]
timeout-minutes: 60

steps:
Expand All @@ -59,6 +61,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -68,10 +72,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
arch: x86_64
profile: pixel_2

script: ./gradlew :sample:connectedCheck :barista-compose:connectedCheck

0 comments on commit 9896a95

Please sign in to comment.