Skip to content

Commit

Permalink
Use older version of xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-arias committed Nov 27, 2024
1 parent 3a51d87 commit f4b72b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion azure_pipelines/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,17 @@ jobs:
- script: |
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
displayName: 'Switch to use Xcode 15.4'
- task: CmdLine@2
displayName: Installing xcpretty
inputs:
script: |
gem install xcpretty -N -v 0.3.0
failOnStderr: true
- task: CmdLine@2
displayName: Installing dependencies
inputs:
script: |
gem install xcpretty slather bundler -N
gem install slather bundler -N
failOnStderr: true
- checkout: self
clean: true
Expand Down
2 changes: 1 addition & 1 deletion azure_pipelines/templates/tests-with-conf-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
script: |
cd $(Agent.BuildDirectory)/s
- script: 'gem install xcpretty'
- script: 'gem install xcpretty -v 0.3.0'
displayName: 'Install xcpretty'

- task: AzureCLI@2
Expand Down

0 comments on commit f4b72b6

Please sign in to comment.