File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -114,19 +114,20 @@ jobs:
114
114
uses : reactivecircus/android-emulator-runner@v2
115
115
with :
116
116
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
118
119
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
119
120
disable-animations : false
120
121
script : echo "Generated AVD snapshot for caching."
121
122
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
130
131
publish :
131
132
if : startsWith(github.ref, 'refs/tags/')
132
133
uses : optimizely/android-sdk/.github/workflows/build.yml@master
You can’t perform that action at this time.
0 commit comments