We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1739 commit 1eba82aCopy full SHA for 1eba82a
.github/workflows/queues.yml
@@ -168,6 +168,9 @@ jobs:
168
redis-server --daemonize yes --port 7001 --appendonly yes --cluster-enabled yes --cluster-config-file nodes-7001.conf
169
redis-server --daemonize yes --port 7002 --appendonly yes --cluster-enabled yes --cluster-config-file nodes-7002.conf
170
redis-cli --cluster create 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 --cluster-replicas 0 --cluster-yes
171
+ redis-cli -c -h 127.0.0.1 -p 7000 cluster info | grep "cluster_state:ok"
172
+ redis-cli -c -h 127.0.0.1 -p 7001 cluster info | grep "cluster_state:ok"
173
+ redis-cli -c -h 127.0.0.1 -p 7002 cluster info | grep "cluster_state:ok"
174
175
- name: Execute tests
176
run: vendor/bin/phpunit tests/Integration/Queue
0 commit comments