We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2553741 commit d12b0a5Copy full SHA for d12b0a5
.github/workflows/pull_request.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Unit tests
16
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 -y
+ linux_pre_build_command: apt-get update -y && apt-get install redis -y && systemctl start redis-stack-server
19
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
20
linux_env_vars: REDIS_URL=redis
21
enable_windows_checks: false
0 commit comments