Skip to content
Prev Previous commit
Next Next commit
Add test matrix for api-29;default;x86
  • Loading branch information
ychescale9 committed Oct 10, 2024
commit cf77116a13af7685b86deff0744aadf73d2cc304
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
api-level: 35
target: google_apis
arch: x86_64
- os: ubuntu-latest
api-level: 29
target: default
arch: x86

steps:
- name: checkout
Expand Down Expand Up @@ -93,7 +97,7 @@ jobs:
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
working-directory: ./test-fixture/
channel: canary
channel: stable
script: echo "Generated AVD snapshot for caching."

- name: run action
Expand All @@ -111,7 +115,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: ./test-fixture/
channel: canary
channel: stable
pre-emulator-launch-script: |
echo "Running pre emulator launch script. Printing the working directory now:"
pwd
Expand Down