Skip to content

Commit 15c2fd1

Browse files
authored
Enable macOS CI on merge to main and daily timer (#58)
1 parent 7d3aca1 commit 15c2fd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
name: Static SDK
2929
# Workaround https://github.com/nektos/act/issues/1875
3030
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
31+
32+
macos-tests:
33+
name: macOS tests
34+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
35+
with:
36+
build_scheme: swift-service-context-Package

0 commit comments

Comments
 (0)