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 27196b7 commit 0886cf6Copy full SHA for 0886cf6
.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
+ linux_pre_build_command: apt-get update -y && apt-get install redis -y
19
swift_flags:
20
linux_env_vars: REDIS_URL=redis
21
enable_windows_checks: false
0 commit comments