Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Jan 27, 2025
1 parent 081117b commit 40908ec
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew task testAllModules () {
logger.info("Running android tests for all modules")
dependsOn('testAllModules', ':test-app:connectedAndroidTest')
}

task testAllModules () {
logger.info("Running android tests for Travis")
dependsOn(':android-sdk:connectedAndroidTest', ':android-sdk:test',
':event-handler:connectedAndroidTest', ':event-handler:test',
':datafile-handler:connectedAndroidTest', ':datafile-handler:test',
':user-profile:connectedAndroidTest',
':shared:connectedAndroidTest',
':odp:connectedAndroidTest', ':odp:test'
)
}
script: ./gradlew testAllModules
publish:
if: startsWith(github.ref, 'refs/tags/')
uses: optimizely/android-sdk/.github/workflows/build.yml@master
Expand Down

0 comments on commit 40908ec

Please sign in to comment.