File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3636 macos_build_command :
3737 swift test &&
3838 /usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
39+ tests_without_docker :
40+ name : Test without Docker
41+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
42+ needs : [soundness, space-format-check]
43+ with :
44+ enable_linux_checks : false
45+ enable_windows_docker : false
46+ windows_pre_build_command : ' Invoke-Program .\.github\scripts\prebuild.ps1'
47+ windows_swift_versions : ' ["nightly-main", "nightly-6.2"]'
48+ windows_build_command : ' Invoke-Program swift test --no-parallel'
49+ windows_os_versions : ' ["windows-2022", "windows-11-arm"]'
3950 cmake-smoke-test :
4051 name : cmake-smoke-test
4152 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
You can’t perform that action at this time.
0 commit comments