Skip to content

Commit cd8e257

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 cd8e257

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.buildkite/pipeline.yml

+15
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,21 @@ 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+
depends_on: "build_wordpress"
83+
plugins: [$CI_TOOLKIT_PLUGIN]
84+
artifact_paths:
85+
- "build/results/*"
86+
notify:
87+
- github_commit_status:
88+
context: "Unit Tests Keystone"
7489
- label: "🔬 WordPressData Unit Tests"
7590
command: |
7691
.buildkite/commands/shared-set-up.sh

0 commit comments

Comments
 (0)