Skip to content

Commit

Permalink
Update: 修复缺少ci参数
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Apr 6, 2024
1 parent e32059a commit 35beae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 35beae6

Please sign in to comment.