Skip to content

Commit 28a8631

Browse files
[GHA] fix integration tests
1 parent f5b66b5 commit 28a8631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ 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:
9189
image: redis:latest
9290
ports:
9391
- 16382:6379
94-
command: redis-server --slaveof redis-primary 6379
92+
options: >-
93+
--entrypoint redis-server
94+
--replicaof redis-primary 6379
9595
memcached:
9696
image: memcached:1.6.5
9797
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