Add replicas to the redis docker-compose setup. (#2511)

This commit is contained in:
Martin Angers
2021-10-18 08:33:26 -04:00
committed by GitHub
parent b11c6ffe31
commit eda6d60be8
6 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
# Pre-starting dependencies here means they are ready to go when we need them.
- name: Start Infra Dependencies
# Use & to background this
run: docker-compose up -d mysql_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-setup &
run: docker-compose up -d mysql_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup &
# It seems faster not to cache Go dependencies
- name: Install Go Dependencies