Skip to content

Commit fd7c271

Browse files
committed
re-add xcbeautify or gha kills test
1 parent ed28634 commit fd7c271

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ function RunXcodebuild() {
113113
xcbeautify_cmd=(xcbeautify --renderer github-actions --disable-logging)
114114

115115
result=0
116-
# xcodebuild "$@" | tee xcodebuild.log | "${xcbeautify_cmd[@]}" \
117-
xcodebuild "$@" \
116+
xcodebuild "$@" | tee xcodebuild.log | "${xcbeautify_cmd[@]}" \
118117
&& CheckUnexpectedFailures xcodebuild.log \
119118
|| result=$?
120119

0 commit comments

Comments
 (0)