Skip to content

Commit

Permalink
Update scripts-test.yml (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 10, 2023
1 parent dc74d65 commit 704d036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
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
continue-on-error: true

- name: Print openIM.log
run: |
Expand Down

0 comments on commit 704d036

Please sign in to comment.