Skip to content

Commit

Permalink
chore: Adjust coreutils install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 13, 2024
1 parent 2d21ddb commit 9adc22d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@

- template: templates/canary-updater.yml

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

0 comments on commit 9adc22d

Please sign in to comment.