1
0
mirror of https://github.com/redis/go-redis.git synced 2025-11-23 06:42:22 +03:00

fix(ci): add svc

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
monkey92t
2024-04-13 01:13:00 +08:00
parent 34b656a0a4
commit 96acf1a325

View File

@@ -21,6 +21,12 @@ jobs:
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports: ports:
- 6379:6379 - 6379:6379
falkordb:
image: falkordb/falkordb:edge
options: >-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 36379:6379
strategy: strategy:
fail-fast: false fail-fast: false