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 dc3aecc commit 232cb96Copy full SHA for 232cb96
.github/workflows/pull_request.yml
@@ -36,6 +36,13 @@ jobs:
36
macos_build_command:
37
swift test &&
38
/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
+ windows_os_versions: '["windows-2022", "windows-11-arm"]'
46
cmake-smoke-test:
47
name: cmake-smoke-test
48
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
0 commit comments