We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c674427 commit 83ce447Copy full SHA for 83ce447
.github/workflows/ci.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
swift-version: '6.0'
28
- name: "Test Swift Package on iOS"
29
- run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
+ run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "swift-syntax-Package"
30
0 commit comments