File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 timeout-minutes : 30
1515 steps :
1616 - uses : actions/checkout@v4
17- - name : " Test Swift Package Locally "
17+ - name : " Test Swift Package on Linux "
1818 run : swift test
1919 - name : " Test Swift Package on Android"
2020 uses : skiptools/swift-android-action@v2
2424 timeout-minutes : 30
2525 steps :
2626 - uses : actions/checkout@v4
27- - name : " Test Swift Package Locally "
27+ - name : " Test Swift Package on macOS "
2828 run : swift test
2929 - name : " Test Swift Package on iOS"
30- run : xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15 " -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
30+ run : xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 16 " -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
3131
You can’t perform that action at this time.
0 commit comments