@@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 tests :
1616 name : Test
17- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .1 17+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 1818 needs : [soundness, space-format-check]
1919 with :
2020 linux_os_versions : ' ["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
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/[email protected] 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
41- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .1 52+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 4253 needs : [soundness, space-format-check]
4354 with :
4455 linux_os_versions : ' ["noble"]'
5566
5667 soundness :
5768 name : Soundness
58- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .1 69+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 5970 with :
6071 license_header_check_project_name : " Swift"
6172 api_breakage_check_enabled : false
0 commit comments