Skip to content

Commit d12b0a5

Browse files
committed
try to install redis
1 parent 2553741 commit d12b0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Unit tests
1616
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1717
with:
18-
linux_pre_build_command: apt-get update -y && apt-get install redis -y
18+
linux_pre_build_command: apt-get update -y && apt-get install redis -y && systemctl start redis-stack-server
1919
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
2020
linux_env_vars: REDIS_URL=redis
2121
enable_windows_checks: false

0 commit comments

Comments
 (0)