Skip to content

Commit 57df3e5

Browse files
committed
Add CI step to unit test Keystone
That's even though there is not yet a test target for Keystone.
1 parent 2b85d90 commit 57df3e5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.buildkite/pipeline.yml

+14
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,20 @@ steps:
7171
notify:
7272
- github_commit_status:
7373
context: "Reader Unit Tests"
74+
- label: "🔬 Keystone Unit Tests"
75+
command: |
76+
.buildkite/commands/shared-set-up.sh
77+
xcodebuild \
78+
-scheme Keystone \
79+
-destination 'platform=iOS Simulator,OS=18.3.1,name=iPhone 16' \
80+
test \
81+
| xcbeautify
82+
plugins: [$CI_TOOLKIT_PLUGIN]
83+
artifact_paths:
84+
- "build/results/*"
85+
notify:
86+
- github_commit_status:
87+
context: "Unit Tests Keystone"
7488
- label: "🔬 WordPressData Unit Tests"
7589
command: |
7690
.buildkite/commands/shared-set-up.sh

0 commit comments

Comments
 (0)