feat: add test file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/926/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent 43bdd4126a
commit 270e14dcfc
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -10,7 +10,7 @@ OpenIMSDK/openim-docker:
replace: true replace: true
- source: ./scripts - source: ./scripts
dest: ./scripts dest: ./scripts
replace: true replace: false
- source: ./Makefile - source: ./Makefile
dest: ./Makefile dest: ./Makefile
replace: true replace: false

@ -6,10 +6,6 @@
name: Synchronize kubecub public code to other repositories name: Synchronize kubecub public code to other repositories
on: on:
push: push:
paths:
- scripts/*
- docs/*
- config/*
branches: branches:
- main - main
workflow_dispatch: workflow_dispatch:

@ -102,7 +102,7 @@ function openim::tools::start_service() {
cmd="${cmd} --prometheus_port ${prometheus_port}" cmd="${cmd} --prometheus_port ${prometheus_port}"
fi fi
openim::log::info "Starting ${binary_name}..." openim::log::info "Starting ${binary_name}..."
${cmd} ${cmd} >> "${LOG_FILE}" 2>&1 &
} }
function openim::tools::start() { function openim::tools::start() {

Loading…
Cancel
Save