10000 [FSSDK-11076] chore: remove travis details from doc by muzahidul-opti · Pull Request #505 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-11076] chore: remove travis details from doc #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
muzahidul-opti committed Jan 27, 2025
commit 40908ec4ea055ed17a43269e44c1de7eb437c2a8
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
Loading
0