We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
redis-tools
1 parent 4bffa22 commit 5917cdaCopy full SHA for 5917cda
1 file changed
.github/workflows/continuous-integration.yml
@@ -81,7 +81,9 @@ jobs:
81
- name: Setup Redis (Ubuntu)
82
if: runner.os == 'Linux'
83
run: |
84
- # Use Redis service container - just verify connection
+ # Install redis-cli for connection verification
85
+ sudo apt-get update -qq
86
+ sudo apt-get install -y redis-tools
87
redis-cli -h localhost -p 6379 ping
88
89
- name: Setup Redis (Windows)
0 commit comments