Skip to content

Commit

Permalink
Update: 调试
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Mar 9, 2024
1 parent 9ca0c72 commit 4d79f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci-prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Setup Services
shell: bash
run: |
docker-compose -f ./.github/docker-compose.yml up -d redis-cluster-node-0
docker-compose -f ./.github/docker-compose.yml up -d redis-cluster-node-0 redis-new
docker-compose -f ./.github/docker-compose.yml up -d ${{ inputs.env }}
docker exec ${{ inputs.env }} php -v
docker exec ${{ inputs.env }} php -m
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
shell: bash
run: |
sudo apt update && sudo apt install -y rsync netcat-openbsd
docker-compose -f ./.github/docker-compose.yml up -d redis-cluster-node-0 mysql postgres redis rabbitmq kafka1
docker-compose -f ./.github/docker-compose.yml up -d redis-cluster-node-0 mysql postgres redis redis-new rabbitmq kafka1
echo "127.0.0.1 kafka1" | sudo tee -a /etc/hosts
- name: Setup swoole-cli
run: .github/script/install-swoole-cli.sh ${{ matrix.swoole-cli }}
Expand Down Expand Up @@ -191,6 +191,7 @@ jobs:
run: |
docker ps
ls -lha /tmp/shared || true
ls -lha /tmp/shared/dir || true
echo -e 'auth l83aa26\r\ninfo server' | nc 127.0.0.1 6479 -w 1
echo -e 'auth l83aa26\r\ncluster info\r\ncluster nodes' | nc 127.0.0.1 6479 -w 1
echo ">>> redis-new"
Expand Down

0 comments on commit 4d79f49

Please sign in to comment.