Skip to content

Commit 12db715

Browse files
[GHA] fix integration tests
1 parent f5b66b5 commit 12db715

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,17 @@ jobs:
8383
REDIS_SENTINEL_QUORUM: 1
8484
redis-primary:
8585
image: redis:latest
86-
hostname: redis-primary
8786
ports:
8887
- 16381:6379
89-
9088
redis-replica:
91-
image: redis:latest
89+
image: bitnami/redis:latest
9290
ports:
9391
- 16382:6379
94-
command: redis-server --slaveof redis-primary 6379
92+
env:
93+
ALLOW_EMPTY_PASSWORD: "yes"
94+
REDIS_REPLICATION_MODE: "slave"
95+
REDIS_MASTER_HOST: redis-primary
96+
REDIS_MASTER_PORT_NUMBER: "6379"
9597
memcached:
9698
image: memcached:1.6.5
9799
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