Skip to content

Commit

Permalink
update component check
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZuo01 committed Dec 26, 2023
1 parent fa41e70 commit 25d247f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/scripts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ jobs:
sudo sleep 30
sudo make start
sudo sleep 10
sudo make check
sudo cat logs/openIM.log 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ service_port_name=(
openImAdminPort
openImChatPort
)

sleep 10
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do
case $i in
Expand Down

0 comments on commit 25d247f

Please sign in to comment.