Skip to content

Commit f96c145

Browse files
committed
CI Fix
1 parent ab5900f commit f96c145

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ steps:
3434
queue: android
3535
plugins: *plugins
3636

37-
- label: ':swift: Test Swift Package'
37+
- label: ':swift: Swift Simulator Tests'
3838
command: make test-swift-package
3939
plugins: *plugins
40+
41+
- label: ':swift: Test Swift Logic'
42+
command: swift test

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
SIMULATOR_DESTINATION := OS=18.4,name=iPhone 16 Plus
1+
SIMULATOR_DESTINATION := arch=arm64,OS=18.4,name=iPhone 16 Plus
22

33
define XCODEBUILD_CMD
44
@set -o pipefail && \
55
xcodebuild $(1) \
6-
-scheme GutenbergKit \
6+
-scheme GutenbergKit-Package \
77
-sdk iphonesimulator \
88
-destination '${SIMULATOR_DESTINATION}' \
99
| xcbeautify

0 commit comments

Comments
 (0)