From c4fc1930237f65da7a79a9e2c7184541e7d1113d Mon Sep 17 00:00:00 2001
From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com>
Date: Sun, 7 Jan 2024 14:43:54 +0800
Subject: [PATCH] feat: add openim mongo logic
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
---
.github/workflows/e2e-test.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml
index 8c0d39ebf..0f1148174 100644
--- a/.github/workflows/e2e-test.yml
+++ b/.github/workflows/e2e-test.yml
@@ -95,22 +95,17 @@ jobs:
touch /tmp/test.md
echo "# OpenIM Test" >> /tmp/test.md
echo "## OpenIM API Test" >> /tmp/test.md
- echo "Command Output for OpenIM API Test
" >> /tmp/test.md
echo "```markdown" >> /tmp/test.md
sudo make test-api | tee -a /tmp/test.md
echo "```" >> /tmp/test.md
- echo " " >> /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 "Command Output for OpenIM E2E Test
" >> /tmp/test.md
echo "```markdown" >> /tmp/test.md
sudo make test-e2e | tee -a /tmp/test.md
echo "```" >> /tmp/test.md
- echo " " >> /tmp/test.md
- name: Comment PR with file
uses: thollander/actions-comment-pull-request@v2