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
c4fc193023
commit
1ed93fa12e
12
.github/workflows/e2e-test.yml
vendored
12
.github/workflows/e2e-test.yml
vendored
@ -95,17 +95,21 @@ jobs:
|
|||||||
touch /tmp/test.md
|
touch /tmp/test.md
|
||||||
echo "# OpenIM Test" >> /tmp/test.md
|
echo "# OpenIM Test" >> /tmp/test.md
|
||||||
echo "## OpenIM API Test" >> /tmp/test.md
|
echo "## OpenIM API Test" >> /tmp/test.md
|
||||||
echo "```markdown" >> /tmp/test.md
|
echo "<details><summary>Command Output for OpenIM API Test</summary>" >> /tmp/test.md
|
||||||
|
echo "<pre><code>" >> /tmp/test.md
|
||||||
sudo make test-api | tee -a /tmp/test.md
|
sudo make test-api | tee -a /tmp/test.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "</code></pre>" >> /tmp/test.md
|
||||||
|
echo "</details>" >> /tmp/test.md
|
||||||
|
|
||||||
- name: Exec OpenIM E2E Test
|
- name: Exec OpenIM E2E Test
|
||||||
run: |
|
run: |
|
||||||
echo "" >> /tmp/test.md
|
echo "" >> /tmp/test.md
|
||||||
echo "## OpenIM E2E Test" >> /tmp/test.md
|
echo "## OpenIM E2E Test" >> /tmp/test.md
|
||||||
echo "```markdown" >> /tmp/test.md
|
echo "<details><summary>Command Output for OpenIM E2E Test</summary>" >> /tmp/test.md
|
||||||
|
echo "<pre><code>" >> /tmp/test.md
|
||||||
sudo make test-e2e | tee -a /tmp/test.md
|
sudo make test-e2e | tee -a /tmp/test.md
|
||||||
echo "```" >> /tmp/test.md
|
echo "</code></pre>" >> /tmp/test.md
|
||||||
|
echo "</details>" >> /tmp/test.md
|
||||||
|
|
||||||
- name: Comment PR with file
|
- name: Comment PR with file
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user