Skip to content

Commit 9f0d47e

Browse files
authored
Enable macOS CI on merge to main and daily timer (#504)
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 a7a0a9a commit 9f0d47e

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
@@ -51,3 +51,9 @@ jobs:
5151
with:
5252
name: "Integration tests"
5353
matrix_string: '${{ needs.construct-integration-tests-matrix.outputs.integration-tests-matrix }}'
54+
55+
macos-tests:
56+
name: macOS tests
57+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
58+
with:
59+
build_scheme: swift-nio-http2-Package

0 commit comments

Comments
 (0)