Skip to content

Commit e8bc5ed

Browse files
authored
Enable macOS CI on merge to main and daily timer (#147)
Motivation: * Improve test coverage * Check test pass/fail status * Monitor CI throughput Modifications: Enable macOS CI to be run on all merges to main and on a daily timer. Result: Improved test coverage run out-of-band at the moment so we can get a feeling for if any changes need to be made in the repo or in the CI pipelines to ensure timely and stable checks.
1 parent e1c9d54 commit e8bc5ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
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-openapi-runtime

0 commit comments

Comments
 (0)