File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,14 @@ jobs:
126
126
disable-animations : false
127
127
script : echo "Generated AVD snapshot for caching."
128
128
129
- # - name: run tests
130
- # uses: reactivecircus/android-emulator-runner@v2
131
- # with:
132
- # api-level: ${{ matrix.api-level }}
133
- # force-avd-creation: false
134
- # emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
135
- # disable-animations: true
136
- # script: ./gradlew testAllModulesTravis
129
+ - name : run tests
130
+ uses : reactivecircus/android-emulator-runner@v2
131
+ with :
132
+ api-level : ${{ matrix.api-level }}
133
+ force-avd-creation : false
134
+ emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
135
+ disable-animations : true
136
+ script : ./gradlew testAllModulesTravis
137
137
publish :
138
138
if : startsWith(github.ref, 'refs/tags/')
139
139
uses : optimizely/android-sdk/.github/workflows/build.yml@master
You can’t perform that action at this time.
0 commit comments