We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b85d90 commit 57df3e5Copy full SHA for 57df3e5
.buildkite/pipeline.yml
@@ -71,6 +71,20 @@ steps:
71
notify:
72
- github_commit_status:
73
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"
88
- label: "🔬 WordPressData Unit Tests"
89
command: |
90
.buildkite/commands/shared-set-up.sh
0 commit comments