fix: scripts start

Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
kubbot 2023-07-12 12:58:24 +08:00
parent 5755a43f1c
commit 3ae5375d1a
1 changed files with 5 additions and 0 deletions

View File

@ -30,26 +30,31 @@ jobs:
run: |
docker-compose stop
docker-compose up -d
cat logs/openIM.log >> "$GITHUB_OUTPUT"
- name: Stop all services
run: |
chmod +x ./scripts/stop_all.sh
./scripts/stop_all.sh
cat logs/openIM.log >> "$GITHUB_OUTPUT"
- name: Build all services
run: |
chmod +x ./scripts/build_all_service.sh
./scripts/build_all_service.sh
cat logs/openIM.log >> "$GITHUB_OUTPUT"
- name: Start all services
run: |
chmod +x ./scripts/start_all.sh
./scripts/start_all.sh
cat logs/openIM.log >> "$GITHUB_OUTPUT"
- name: Check all services
run: |
chmod +x ./scripts/check_all.sh
./scripts/check_all.sh
cat logs/openIM.log >> "$GITHUB_OUTPUT"
- name: Print openIM.log
run: |
cat -n logs/openIM.log