Skip to content

Commit 05bf979

Browse files
committed
assume localhost for the redis server
1 parent 5679fee commit 05bf979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
1919
# since we don't have systemctl, we run the redis server manually in the background
2020
linux_pre_build_command: apt-get update -y && apt-get install redis -y
21-
linux_env_vars: REDIS_URL=redis
2221
linux_build_command: bash -c 'nohup redis-server & swift test'
2322
enable_windows_checks: false

0 commit comments

Comments
 (0)