Skip to content

Commit 61f0b61

Browse files
committed
Clean up the test name
1 parent fd38e3c commit 61f0b61

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/pull_request.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
swift package init --type library
2323
swift build
2424
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
3225

3326
tests_without_docker:
3427
name: Test without Docker
@@ -44,6 +37,18 @@ jobs:
4437
swift build
4538
enable_windows_docker: false
4639

40+
tests_macos:
41+
name: Test
42+
uses: ./.github/workflows/swift_package_test.yml
43+
with:
44+
# macOS
45+
enable_macos_checks: true
46+
macos_build_command: |
47+
mkdir MyPackage
48+
cd MyPackage
49+
swift package init --type library
50+
swift build
51+
4752
soundness:
4853
name: Soundness
4954
uses: ./.github/workflows/soundness.yml

0 commit comments

Comments
 (0)