Skip to content

Commit 4ecb8b4

Browse files
authored
Enable macOS CI on merge to main and daily timer (#69)
Enable macOS CI on merge to main and daily timer ### 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 f1e55ad commit 4ecb8b4

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
@@ -20,3 +20,9 @@ jobs:
2020
linux_6_0_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
2121
linux_nightly_next_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
2222
linux_nightly_main_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
23+
24+
macos-tests:
25+
name: macOS tests
26+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
27+
with:
28+
build_scheme: swift-openapi-urlsession

0 commit comments

Comments
 (0)