We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4107717 commit 95118f6Copy full SHA for 95118f6
GitHubActions/build.sh
@@ -49,6 +49,7 @@ if [ "$MODE" = "example" -o "$MODE" = "all" ]; then
49
echo "Building & testing MessageKit Example app."
50
cd Example
51
set -o pipefail && xcodebuild build analyze -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 11" CODE_SIGNING_REQUIRED=NO | xcpretty -c
52
+ success="1"
53
fi
54
55
if [ "$success" = "1" ]; then
0 commit comments