Skip to content

Commit 50dd253

Browse files
committed
Add pipefail to inline commands to run tests in CI
1 parent cfc0fc0 commit 50dd253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ steps:
116116
exit 0
117117
fi
118118
119+
set -o pipefail
120+
119121
.buildkite/commands/shared-set-up.sh
120122
xcodebuild \
121123
-scheme Keystone \
@@ -134,6 +136,8 @@ steps:
134136
exit 0
135137
fi
136138
139+
set -o pipefail
140+
137141
.buildkite/commands/shared-set-up.sh
138142
xcodebuild \
139143
-scheme WordPressData \

0 commit comments

Comments
 (0)