Skip to content

Commit

Permalink
Switch from xcpretty to xcbeautify
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 14, 2024
1 parent dc5c294 commit 63960fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function runXcodebuild() {
parameters=("${buildcache_xcb_flags[@]}" "${parameters[@]}")

echo xcodebuild "${parameters[@]}"
xcodebuild "${parameters[@]}" | xcpretty; result=$?
xcodebuild "${parameters[@]}" | xcbeautify --renderer github-actions; result=$?
}

# Configures bundler environment using Gemfile at the specified path.
Expand Down

0 comments on commit 63960fc

Please sign in to comment.