File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments