We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe6cea commit e99932aCopy full SHA for e99932a
.github/workflows/code-integration.yml
@@ -49,11 +49,13 @@ jobs:
49
~/.android/avd/*
50
~/.android/adb*
51
key: avd-${{ matrix.api-level }}
52
- - name: create AVD and generate snapshot for caching
+ - name: Create AVD and generate snapshot for caching
53
if: steps.avd-cache.outputs.cache-hit != 'true'
54
uses: reactivecircus/android-emulator-runner@v2
55
with:
56
api-level: ${{ matrix.api-level }}
57
+ target: ${{ matrix.target }}
58
+ arch: x86_64
59
force-avd-creation: false
60
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
61
disable-animations: false
0 commit comments