Skip to content

Commit e230e96

Browse files
authored
[12.x] Test Improvements (#57461)
* [12.x] Test Imrpovements Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 0d0b16d commit e230e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/queues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ jobs:
161161

162162
- name: Create Redis Cluster
163163
run: |
164-
sudo apt-get install -y redis-server
164+
sudo apt update
165+
sudo apt-get install -y --fix-missing redis-server
165166
sudo service redis-server stop
166167
redis-server --daemonize yes --port 7000 --appendonly yes --cluster-enabled yes --cluster-config-file nodes-7000.conf
167168
redis-server --daemonize yes --port 7001 --appendonly yes --cluster-enabled yes --cluster-config-file nodes-7001.conf

0 commit comments

Comments
 (0)