Skip to content

Commit

Permalink
chore: Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 8, 2024
1 parent 8eebe19 commit d853d0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/scripts/android-uitest-wait-systemui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ while [[ -z ${LAUNCHER_READY} ]]; do
done

# Force terminate system UI to restart clean
adb shell am force-stop com.android.systemui
"$ANDROID_HOME/platform-tools/adb" shell am force-stop com.android.systemui

adb shell settings put global animator_duration_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global window_animation_scale 0
"$ANDROID_HOME/platform-tools/adb" shell settings put global animator_duration_scale 0
"$ANDROID_HOME/platform-tools/adb" shell settings put global transition_animation_scale 0
"$ANDROID_HOME/platform-tools/adb" shell settings put global window_animation_scale 0

echo "Launcher is ready!"

7 changes: 7 additions & 0 deletions build/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@

- template: templates/canary-updater.yml

- task: PowerShell@2
displayName: 'Install coreutils'
inputs:
targetType: inline
script: |
brew install coreutils
- bash: |
export UNO_UITEST_ANDROIDAPK_BASEPATH=$(Pipeline.Workspace)/Android_UITest
chmod +x $(build.sourcesdirectory)/build/scripts/android-uitest-run.sh
Expand Down

0 comments on commit d853d0d

Please sign in to comment.