Skip to content

Commit 6c3b5f3

Browse files
committed
fix: gha tests
Signed-off-by: Char Howland <[email protected]>
1 parent 390a7f4 commit 6c3b5f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cache_redis/integration/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ services:
3737
image: redis:latest
3838
container_name: cluster
3939
command: >
40-
redis-cli --cluster create
41-
172.28.0.101:6380 172.28.0.102:6381 172.28.0.103:6382
42-
172.28.0.104:6383 172.28.0.105:6384 172.28.0.106:6385
43-
--cluster-replicas 1 --cluster-yes
40+
/bin/sh -c "redis-cli --cluster create \
41+
172.28.0.101:6380 172.28.0.102:6381 172.28.0.103:6382 \
42+
172.28.0.104:6383 172.28.0.105:6384 172.28.0.106:6385 \
43+
--cluster-replicas 1 --cluster-yes && tail -f /dev/null"
4444
environment:
4545
- REDISCLI_AUTH=${REDIS_PASSWORD:-test1234}
4646
networks:

0 commit comments

Comments
 (0)