mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: scripts start
Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
parent
dd7e2be74a
commit
5755a43f1c
9
.github/workflows/scripts-test.yml
vendored
9
.github/workflows/scripts-test.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Start Docker Compose
|
||||
run: docker-compose up -d
|
||||
run: |
|
||||
docker-compose stop
|
||||
docker-compose up -d
|
||||
|
||||
- name: Stop all services
|
||||
run: |
|
||||
@ -48,3 +50,8 @@ jobs:
|
||||
run: |
|
||||
chmod +x ./scripts/check_all.sh
|
||||
./scripts/check_all.sh
|
||||
- name: Print openIM.log
|
||||
run: |
|
||||
cat -n logs/openIM.log
|
||||
cat logs/openIM.log >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user