We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692cb27 commit edbd5e8Copy full SHA for edbd5e8
.github/workflows/pull_request.yml
@@ -18,9 +18,9 @@ jobs:
18
name: Unit tests
19
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
20
with:
21
- linux_5_8_enabled: false
22
linux_5_9_enabled: false
23
linux_5_10_enabled: false
+ linux_6_0_arguments_override: "--skip SmokeTests"
24
linux_nightly_6_0_arguments_override: "--skip SmokeTests"
25
linux_nightly_main_arguments_override: "--skip SmokeTests"
26
0 commit comments