Skip to content

Commit

Permalink
use default xcbeautify renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Aug 10, 2023
1 parent 93ec786 commit f24065d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build_all:
RELAY_HOST='$(RELAY_HOST)' \
PROJECT_ID='$(PROJECT_ID)' \
build-for-testing \
| xcbeautify --renderer github-actions
| xcbeautify

set -o pipefail && env NSUnbufferedIO=YES \
xcodebuild \
Expand All @@ -39,7 +39,7 @@ build_all:
PROJECT_ID='$(PROJECT_ID)' \
CAST_HOST='$(CAST_HOST)' \
build-for-testing \
| xcbeautify --renderer github-actions
| xcbeautify

echo_ui_tests:
echo "EchoUITests disabled"
Expand Down

0 comments on commit f24065d

Please sign in to comment.