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