mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-11 15:32:25 +08:00
fix: fix start scripts
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
e000236eca
commit
c84ea9b43c
6
.github/workflows/scripts-test.yml
vendored
6
.github/workflows/scripts-test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Execute Scripts
|
name: OpenIM Start Execute Scripts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -58,6 +58,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Print openIM.log
|
- name: Print openIM.log
|
||||||
run: |
|
run: |
|
||||||
cat -n logs/openIM.log
|
cat logs/openIM.log
|
||||||
cat logs/openIM.log >> "$GITHUB_OUTPUT"
|
cat logs/openIM.log >> "$GITHUB_OUTPUT"
|
||||||
|
continue-on-error: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user