feat: add openim mongo logic

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
pull/1696/head
Xinwei Xiong (cubxxw) 2 years ago
parent 3ff398719e
commit c784c4f491

@ -94,11 +94,13 @@ jobs:
run: |
touch /tmp/test.md
echo "# OpenIM Test" >> /tmp/test.md
echo "## OpenIM API Test" >> /tmp/test.md
echo "<details><summary>Command Output for OpenIM API Test</summary>" >> /tmp/test.md
echo "```markdown" >> /tmp/test.md
sudo make test-api | tee -a /tmp/test.md
echo "```" >> /tmp/test.md
echo "</details>" >> /tmp/test.md
sudo make test-api >> /tmp/test.md
- name: Exec OpenIM E2E Test
run: |

Loading…
Cancel
Save