Skip to content

Commit eccf8d8

Browse files
committed
Add pipefail to inline commands to run tests in CI
1 parent 0d59a15 commit eccf8d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ steps:
102102
context: "Reader Unit Tests"
103103
- label: "🔬 Keystone Unit Tests"
104104
command: |
105+
set -o pipefail
105106
.buildkite/commands/shared-set-up.sh
106107
xcodebuild \
107108
-scheme Keystone \
@@ -116,6 +117,7 @@ steps:
116117
context: "Unit Tests Keystone"
117118
- label: "🔬 WordPressData Unit Tests"
118119
command: |
120+
set -o pipefail
119121
.buildkite/commands/shared-set-up.sh
120122
xcodebuild \
121123
-scheme WordPressData \

0 commit comments

Comments
 (0)