mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
fix: fix start scripts (#501)
* fix: fix start scripts Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add openim ci Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add bash scripts Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
454bf97e3f
commit
b865fb1264
12
.github/workflows/scripts-test.yml
vendored
12
.github/workflows/scripts-test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Execute Scripts
|
name: OpenIM Start Execute Scripts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -30,17 +30,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker-compose stop
|
docker-compose stop
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
sleep 60
|
||||||
|
|
||||||
- name: Stop all services
|
- name: Stop all services
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./scripts/stop_all.sh
|
chmod +x ./scripts/stop_all.sh
|
||||||
./scripts/stop_all.sh
|
./scripts/stop_all.sh
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Build all services
|
- name: Build all services
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./scripts/build_all_service.sh
|
chmod +x ./scripts/build_all_service.sh
|
||||||
./scripts/build_all_service.sh
|
./scripts/build_all_service.sh
|
||||||
cat logs/openIM.log
|
cat logs/openIM.log
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Start all services
|
- name: Start all services
|
||||||
run: |
|
run: |
|
||||||
@ -48,16 +51,19 @@ jobs:
|
|||||||
./scripts/start_all.sh
|
./scripts/start_all.sh
|
||||||
cat logs/openIM.log
|
cat logs/openIM.log
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Check all services
|
- name: Check all services
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./scripts/check_all.sh
|
chmod +x ./scripts/check_all.sh
|
||||||
./scripts/check_all.sh
|
./scripts/check_all.sh
|
||||||
cat logs/openIM.log
|
cat logs/openIM.log
|
||||||
|
shell: bash
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- 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"
|
||||||
|
shell: bash
|
||||||
|
continue-on-error: true
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 1.6 MiB |
BIN
assets/openim-logo-gradient.pdf
Normal file
BIN
assets/openim-logo-gradient.pdf
Normal file
Binary file not shown.
1
assets/openim-logo-gradient.svg
Normal file
1
assets/openim-logo-gradient.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 58 KiB |
BIN
assets/openim-logo-green.pdf
Normal file
BIN
assets/openim-logo-green.pdf
Normal file
Binary file not shown.
1
assets/openim-logo-green.svg
Normal file
1
assets/openim-logo-green.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 58 KiB |
Loading…
x
Reference in New Issue
Block a user