Skip to content

Commit

Permalink
try to install redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Nov 8, 2024
1 parent 2553741 commit d12b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Unit tests
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
with:
linux_pre_build_command: apt-get update -y && apt-get install redis -y
linux_pre_build_command: apt-get update -y && apt-get install redis -y && systemctl start redis-stack-server
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
linux_env_vars: REDIS_URL=redis
enable_windows_checks: false

0 comments on commit d12b0a5

Please sign in to comment.