Skip to content

Commit

Permalink
ci: set target cannary to avd
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 27, 2023
1 parent 10a8803 commit 600e4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
disable-animations: true
force-avd-creation: false
channel: canary
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 @@ -63,6 +65,7 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
channel: canary
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 600e4b0

Please sign in to comment.