feat: add openim mongo logic

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

@ -95,22 +95,17 @@ jobs:
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: |
echo "" >> /tmp/test.md
echo "## OpenIM E2E Test" >> /tmp/test.md
echo "<details><summary>Command Output for OpenIM E2E Test</summary>" >> /tmp/test.md
echo "```markdown" >> /tmp/test.md
sudo make test-e2e | tee -a /tmp/test.md
echo "```" >> /tmp/test.md
echo "</details>" >> /tmp/test.md
- name: Comment PR with file
uses: thollander/actions-comment-pull-request@v2

Loading…
Cancel
Save