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 fd38e3c commit 61f0b61Copy full SHA for 61f0b61
.github/workflows/pull_request.yml
@@ -22,13 +22,6 @@ jobs:
22
swift package init --type library
23
swift build
24
enable_windows_docker: true
25
- # macOS
26
- enable_macos_checks: true
27
- macos_build_command: |
28
- mkdir MyPackage
29
- cd MyPackage
30
- swift package init --type library
31
- swift build
32
33
tests_without_docker:
34
name: Test without Docker
@@ -44,6 +37,18 @@ jobs:
44
37
45
38
enable_windows_docker: false
46
39
40
+ tests_macos:
41
+ name: Test
42
+ uses: ./.github/workflows/swift_package_test.yml
43
+ with:
+ # macOS
+ enable_macos_checks: true
+ macos_build_command: |
47
+ mkdir MyPackage
48
+ cd MyPackage
49
+ swift package init --type library
50
+ swift build
51
+
52
soundness:
53
name: Soundness
54
uses: ./.github/workflows/soundness.yml
0 commit comments