fix: cicd bug

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim) 2023-07-13 22:17:24 +08:00
parent 7770628fd8
commit c9e552ccdb

View File

@ -40,6 +40,7 @@ jobs:
./scripts/stop_all.sh
cat logs/openIM.log 2>/dev/null
shell: bash
continue-on-error: true
- name: Build all services
run: |
@ -47,6 +48,7 @@ jobs:
./scripts/build_all_service.sh
cat logs/openIM.log 2>/dev/null
shell: bash
continue-on-error: true
- name: Start all services
run: |