Skip to content

Commit

Permalink
Updated GitHub Action to use ARM-based emulator and QEMU hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Oct 7, 2024
1 parent b53e9bd commit a5b2ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
api-level: 30
target: google_apis
arch: x86_64
arch: arm64-v8a
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -accel qemu
disable-animations: true
script: ./gradlew -Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.FlakyTest,androidx.test.filters.LargeTest jacocoTestReport --stacktrace

Expand Down

0 comments on commit a5b2ae2

Please sign in to comment.