Skip to content

Commit

Permalink
fix:alter a scripts-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Nov 7, 2023
1 parent b741097 commit 0881110
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:

- name: Check all services
run: |
sudo sleep 60
sudo make check
sudo sleep 15; ports=(10008 10009 30200 30300); for port in "${ports[@]}"; do if ! lsof -i :$port > /dev/null; then echo "The service is not started on port $port."; exit 1; else echo "The service is started normally on port $port."; fi; done; echo "All port services have been started normally."
shell: bash

- name: Print openIM.log
Expand Down

0 comments on commit 0881110

Please sign in to comment.