Skip to content

Commit b52458d

Browse files
Updated yml
1 parent 176f3ec commit b52458d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/android.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ jobs:
126126
disable-animations: false
127127
script: echo "Generated AVD snapshot for caching."
128128

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
137137
publish:
138138
if: startsWith(github.ref, 'refs/tags/')
139139
uses: optimizely/android-sdk/.github/workflows/build.yml@master

0 commit comments

Comments
 (0)