Skip to content

Commit 40908ec

Browse files
clean up
1 parent 081117b commit 40908ec

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/android.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -135,21 +135,7 @@ jobs:
135135
force-avd-creation: false
136136
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
137137
disable-animations: true
138-
script: ./gradlew task testAllModules () {
139-
logger.info("Running android tests for all modules")
140-
dependsOn('testAllModules', ':test-app:connectedAndroidTest')
141-
}
142-
143-
task testAllModules () {
144-
logger.info("Running android tests for Travis")
145-
dependsOn(':android-sdk:connectedAndroidTest', ':android-sdk:test',
146-
':event-handler:connectedAndroidTest', ':event-handler:test',
147-
':datafile-handler:connectedAndroidTest', ':datafile-handler:test',
148-
':user-profile:connectedAndroidTest',
149-
':shared:connectedAndroidTest',
150-
':odp:connectedAndroidTest', ':odp:test'
151-
)
152-
}
138+
script: ./gradlew testAllModules
153139
publish:
154140
if: startsWith(github.ref, 'refs/tags/')
155141
uses: optimizely/android-sdk/.github/workflows/build.yml@master

0 commit comments

Comments
 (0)