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 1d5a2f7 commit 27196b7Copy full SHA for 27196b7
.github/workflows/pull_request.yml
@@ -13,4 +13,9 @@ jobs:
13
14
unit-tests:
15
name: Unit tests
16
- uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
17
+ with:
18
+ linux_pre_build_command: apt-get update -y && apt-get install redis
19
+ swift_flags:
20
+ linux_env_vars: REDIS_URL=redis
21
+ enable_windows_checks: false
0 commit comments