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