Skip to content

Commit e99932a

Browse files
test: update vm creation
1 parent 5fe6cea commit e99932a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ jobs:
4949
~/.android/avd/*
5050
~/.android/adb*
5151
key: avd-${{ matrix.api-level }}
52-
- name: create AVD and generate snapshot for caching
52+
- name: Create AVD and generate snapshot for caching
5353
if: steps.avd-cache.outputs.cache-hit != 'true'
5454
uses: reactivecircus/android-emulator-runner@v2
5555
with:
5656
api-level: ${{ matrix.api-level }}
57+
target: ${{ matrix.target }}
58+
arch: x86_64
5759
force-avd-creation: false
5860
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5961
disable-animations: false

0 commit comments

Comments
 (0)