Skip to content

Commit cf1d162

Browse files
committed
Enable macOS CI on pull requests
Motivation: * Improve test coverage Modifications: Enable macOS CI to be run on pull request commits and make the use of the nightly runner pool for main.yml jobs explicit. Result: Improved test coverage.
1 parent 02931a8 commit cf1d162

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
name: macOS tests
3131
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
3232
with:
33+
runner_pool: nightly
3334
build_scheme: swift-nio-oblivious-http-Package

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ jobs:
2929
name: Static SDK
3030
# Workaround https://github.com/nektos/act/issues/1875
3131
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
32+
33+
macos-tests:
34+
name: macOS tests
35+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
36+
with:
37+
runner_pool: general
38+
build_scheme: swift-nio-oblivious-http-Package

0 commit comments

Comments
 (0)