Skip to content

Commit e8ce0e8

Browse files
committed
Update README with iOS build sample
1 parent ab51d8f commit e8ce0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Test Swift Package on Android"
4141
uses: skiptools/swift-android-action@v1
4242
- name: "Test Swift Package on iOS"
43-
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
43+
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')" -skipPackagePluginValidation
4444

4545
```
4646

0 commit comments

Comments
 (0)