Skip to content

Commit 1bbeb7e

Browse files
Update yml
1 parent 6e6f210 commit 1bbeb7e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/android.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,20 @@ jobs:
114114
uses: reactivecircus/android-emulator-runner@v2
115115
with:
116116
api-level: ${{ matrix.api-level }}
117-
force-avd-creation: false
117+
arch: arm64-v8a # Specify ARM architecture
118+
force-avd-creation: true # Force AVD creation to ensure it's ARM-based
118119
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
119120
disable-animations: false
120121
script: echo "Generated AVD snapshot for caching."
121122

122-
- name: run tests
123-
uses: reactivecircus/android-emulator-runner@v2
124-
with:
125-
api-level: ${{ matrix.api-level }}
126-
force-avd-creation: false
127-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
128-
disable-animations: true
129-
script: ./gradlew testAllModulesTravis
123+
# - name: run tests
124+
# uses: reactivecircus/android-emulator-runner@v2
125+
# with:
126+
# api-level: ${{ matrix.api-level }}
127+
# force-avd-creation: false
128+
# emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
129+
# disable-animations: true
130+
# script: ./gradlew testAllModulesTravis
130131
publish:
131132
if: startsWith(github.ref, 'refs/tags/')
132133
uses: optimizely/android-sdk/.github/workflows/build.yml@master

0 commit comments

Comments
 (0)