Skip to content

Commit 9e0ffc8

Browse files
Update test_app.sh
1 parent f054983 commit 9e0ffc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/scripts/test_app.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ echo "SwiftLint Version: $(swiftlint --version)"
1414

1515
export LC_CTYPE=en_US.UTF-8
1616

17+
# xcbeautify flags:
18+
# - renderer: render to gh actions
19+
# - q: quiet output
20+
# - is-ci: include test results in output
21+
1722
set -o pipefail && arch -"${ARCH}" xcodebuild \
1823
-scheme CodeEdit \
1924
-destination "platform=OS X,arch=${ARCH}" \
2025
-skipPackagePluginValidation \
21-
clean test | xcbeautify --renderer github-actions
26+
clean test | xcbeautify --renderer github-actions -q --is-ci

0 commit comments

Comments
 (0)