Skip to content

Commit 0a6f949

Browse files
Update .github/workflows/integration-tests.yml
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent 4b06c8b commit 0a6f949

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,17 @@ jobs:
8181
REDIS_MASTER_HOST: redis
8282
REDIS_MASTER_SET: redis_sentinel
8383
REDIS_SENTINEL_QUORUM: 1
84-
redis-master:
84+
redis-primary:
8585
image: redis:latest
86-
hostname: redis-master
86+
hostname: redis-primary
8787
ports:
8888
- 16381:6379
8989

90-
redis-slave:
90+
redis-replica:
9191
image: redis:latest
92-
hostname: redis-slave
9392
ports:
9493
- 16382:6379
95-
command: redis-server --slaveof redis-master 6379
94+
command: redis-server --slaveof redis-primary 6379
9695
memcached:
9796
image: memcached:1.6.5
9897
ports:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy