Skip to content

Commit 0886cf6

Browse files
committed
try to install redis
1 parent 27196b7 commit 0886cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
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
18+
linux_pre_build_command: apt-get update -y && apt-get install redis -y
1919
swift_flags:
2020
linux_env_vars: REDIS_URL=redis
2121
enable_windows_checks: false

0 commit comments

Comments
 (0)