Skip to content

Commit

Permalink
ci: add matrix to channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 27, 2023
1 parent 600e4b0 commit fc19654
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- api-level: 21
arch: 'x86'
target: "default"
channel: 'stable'
- api-level: 26
arch: 'x86_64'
target: "default"
channel: 'stable'
- api-level: 31
arch: 'x86_64'
target: "google_apis"
channel: 'canary'
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
target: ${{ matrix.target }}
disable-animations: true
force-avd-creation: false
channel: canary
channel: ${{ matrix.channel }}
emulator-options: -no-window -camera-back emulated -camera-front emulated -gpu swiftshader_indirect -no-boot-anim
script: echo "Generated AVD snapshot for caching."

Expand All @@ -65,7 +68,7 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
channel: canary
channel: ${{ matrix.channel }}
disable-animations: true
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -camera-back emulated -camera-front emulated -gpu swiftshader_indirect -no-boot-anim
Expand Down

0 comments on commit fc19654

Please sign in to comment.