Skip to content

Commit

Permalink
815
Browse files Browse the repository at this point in the history
Signed-off-by: hanzhixiao <[email protected]>
  • Loading branch information
hanzhixiao committed Aug 9, 2023
1 parent 00cfd33 commit dec2f5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,15 @@ jobs:

- name: Stop all services
run: |
sudo chmod +x ./scripts/stop_all.sh
sudo ./scripts/stop_all.sh
sudo cat logs/openIM.log 2>/dev/null
shell: bash
continue-on-error: true

- name: Build all services
run: |
sudo make build
sudo cat logs/openIM.log 2>/dev/null
make build
shell: bash
continue-on-error: true

- name: Start all services
run: |
Expand Down

0 comments on commit dec2f5e

Please sign in to comment.