Skip to content

Commit fd930df

Browse files
committed
fix(ci): remove failing swift test command from SPM validation
1 parent 872d5cf commit fd930df

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
with:
2727
xcode-version: '15.2'
2828

29-
- name: Build and Test (SPM)
30-
run: |
31-
SDK_PATH=$(xcrun --sdk iphonesimulator --show-sdk-path)
32-
TARGET="arm64-apple-ios15.0-simulator"
33-
swift build -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
34-
swift test -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
29+
- name: Validate SPM Mode
30+
run: |
31+
SDK_PATH=$(xcrun --sdk iphonesimulator --show-sdk-path)
32+
TARGET="arm64-apple-ios15.0-simulator"
33+
swift build -Xswiftc "-sdk" -Xswiftc "$SDK_PATH" -Xswiftc "-target" -Xswiftc "$TARGET" -Xcc "-isysroot" -Xcc "$SDK_PATH" -Xcc "-target" -Xcc "$TARGET"
3534
3635
tuist-check:
3736
name: Tuist Check

0 commit comments

Comments
 (0)