Skip to content

Commit 34f03cd

Browse files
committed
Add coverage for Windows on ARM testing
1 parent dc3aecc commit 34f03cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ jobs:
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

0 commit comments

Comments
 (0)