From 35beae6f20495437e43e0cc67501111b542bacd1 Mon Sep 17 00:00:00 2001 From: auooru Date: Sat, 6 Apr 2024 14:57:40 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E4=BF=AE=E5=A4=8D=E7=BC=BA=E5=B0=91c?= =?UTF-8?q?i=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9c74f988..7d584a87c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,6 +211,9 @@ jobs: docker compose -f ./.github/service/redis-cluster/docker-compose.yml exec node-0 cat /bitnami/redis/data/nodes.conf - name: Test if: ${{ env.test_prepared && always() }} + env: + REDIS_SERVER_CLUSTER_PASSWORD: "l83aa26" + REDIS_SERVER_CLUSTER_SEEDS: "172.10.12.2:6379,172.10.12.3:6379,172.10.12.4:6379,172.10.12.5:6379,172.10.12.6:6379,172.10.12.7:6379" run: composer test - name: Test connection-center if: ${{ env.test_prepared && always() }}