mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
feat: add openim mongo logic
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
832ba5fe97
commit
3bd5da9331
15
.github/workflows/e2e-test.yml
vendored
15
.github/workflows/e2e-test.yml
vendored
@ -93,17 +93,20 @@ jobs:
|
|||||||
- name: Exec OpenIM API test
|
- name: Exec OpenIM API test
|
||||||
run: |
|
run: |
|
||||||
echo "# OpenIM Test" > /tmp/test-api.md
|
echo "# OpenIM Test" > /tmp/test-api.md
|
||||||
echo "## Command Output" >> /tmp/test-api.md
|
echo "<details><summary>Command Output for OpenIM API Test</summary>" >> /tmp/test-api.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "```" >> /tmp/test-api.md
|
||||||
sudo make test-api | tee -a /tmp/test-api.md
|
sudo make test-api | tee -a /tmp/test-api.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "```" >> /tmp/test-api.md
|
||||||
|
echo "</details>" >> /tmp/test-api.md
|
||||||
|
|
||||||
- name: Exec OpenIM E2E Test
|
- name: Exec OpenIM E2E Test
|
||||||
run: |
|
run: |
|
||||||
echo "## Command Output" >> /tmp/test-e2e.md
|
echo "# OpenIM E2E Test" >> /tmp/test-e2e.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "<details><summary>Command Output for OpenIM E2E Test</summary>" >> /tmp/test-e2e.md
|
||||||
|
echo "```" >> /tmp/test-e2e.md
|
||||||
sudo make test-e2e | tee -a /tmp/test-e2e.md
|
sudo make test-e2e | tee -a /tmp/test-e2e.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "```" >> /tmp/test-e2e.md
|
||||||
|
echo "</details>" >> /tmp/test-e2e.md
|
||||||
|
|
||||||
- name: Exec OpenIM System uninstall
|
- name: Exec OpenIM System uninstall
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user