Skip to content

Commit

Permalink
Update: 改进
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Feb 17, 2024
1 parent 61127f6 commit d9a8bea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ jobs:
if: ${{ env.test_prepared && always() }}
run: |
docker ps
echo "info" | nc redis 6379 -w 1
echo "info" | nc redis-cluster-node-0 6379 -w 1
echo "info" | nc redis-cluster-node-1 6379 -w 1
echo "info" | nc redis-cluster-node-2 6379 -w 1
echo "======"
docker exec ${ENV_SERVICE} composer test-redis
- name: Test swoole
if: ${{ env.test_prepared && always() }}
run: docker exec ${ENV_SERVICE} composer test-swoole
# - name: Test swoole
# if: ${{ env.test_prepared && always() }}
# run: docker exec ${ENV_SERVICE} composer test-swoole
# - name: Test workerman
# if: ${{ env.test_prepared && always() }}
# run: docker exec ${ENV_SERVICE} composer test-workerman
Expand Down Expand Up @@ -124,13 +129,8 @@ jobs:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wait-timeout-minutes: 5
limit-access-to-actor: true
limit-access-to-users: NHZEX
token: ${{ secrets.GITHUB_TOKEN }}

# ci-unix:
# name: Linux Swoole-${{ matrix.swoole.version }} RoadRunner-${{ matrix.roadrunner }} With Redis UnixSocket
Expand Down

0 comments on commit d9a8bea

Please sign in to comment.