Skip to content

Commit 1312589

Browse files
committed
Disable iOS tests
1 parent 03c05fd commit 1312589

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,11 @@ jobs:
9696
fi
9797
- name: Build
9898
run: xcodebuild build -scheme AsposeBarcodeCloud -destination "$IOS_DESTINATION"
99-
- name: Test
100-
run: xcodebuild test -scheme AsposeBarcodeCloud -destination "$IOS_DESTINATION"
99+
# iOS tests are disabled: `xcodebuild test` fails with
100+
# "Scheme AsposeBarcodeCloud is not currently configured for the test action"
101+
# because the SwiftPM-generated scheme does not expose the test target for the
102+
# iOS Simulator destination. The Build step above still verifies the SDK compiles
103+
# for iOS; test coverage runs on linux-test and macos-test.
104+
# To re-enable once the scheme is test-configured:
105+
# - name: Test
106+
# run: xcodebuild test -scheme AsposeBarcodeCloud -destination "$IOS_DESTINATION"

0 commit comments

Comments
 (0)