Skip to content

Commit 4188fa4

Browse files
committed
Update README
1 parent e6597b7 commit 4188fa4

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: "Test Swift Package on Android"
3535
uses: skiptools/swift-android-action@v1
3636
- name: "Test Swift Package on iOS"
37-
run: xcodebuild test -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')" -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15"
37+
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
3838

3939
```
4040

0 commit comments

Comments
 (0)