Skip to content

Commit 2a97993

Browse files
authored
Enable macOS CI on pull requests (#72)
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 4ecb8b4 commit 2a97993

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
name: macOS tests
2626
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
2727
with:
28+
runner_pool: nightly
2829
build_scheme: swift-openapi-urlsession

.github/workflows/pull_request.yml

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ jobs:
2828
cxx-interop:
2929
name: Cxx interop
3030
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
31+
32+
macos-tests:
33+
name: macOS tests
34+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
35+
with:
36+
runner_pool: general
37+
build_scheme: swift-openapi-urlsession

0 commit comments

Comments
 (0)