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 5679fee commit 05bf979Copy full SHA for 05bf979
.github/workflows/pull_request.yml
@@ -18,6 +18,5 @@ jobs:
18
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
19
# since we don't have systemctl, we run the redis server manually in the background
20
linux_pre_build_command: apt-get update -y && apt-get install redis -y
21
- linux_env_vars: REDIS_URL=redis
22
linux_build_command: bash -c 'nohup redis-server & swift test'
23
enable_windows_checks: false
0 commit comments