Skip to content

Commit

Permalink
Merge branch 'openimsdk:main' into newzk
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZuo01 authored Dec 26, 2023
2 parents cdd2c57 + 0865b3f commit af29891
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,15 @@ jobs:
sleep 30;
- name: start all services
run: |
sudo make init
sudo make start
sudo make init && \
sudo make start || \
(echo "An error occurred, printing logs:" && sudo cat ./logs/* 2>/dev/null)
shell: bash

- name: Check all services
run: |
sudo make check
sudo make check || \
(echo "An error occurred, printing logs:" && sudo cat ./logs/* 2>/dev/null)
shell: bash

- name: Stop chat
Expand Down

0 comments on commit af29891

Please sign in to comment.