mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 03:12:19 +08:00
feat: add openim mongo logic
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
04c1d4ef1c
commit
1654c4ad3a
9
.github/workflows/e2e-test.yml
vendored
9
.github/workflows/e2e-test.yml
vendored
@ -109,10 +109,6 @@ jobs:
|
|||||||
echo "```" >> /tmp/test.md
|
echo "```" >> /tmp/test.md
|
||||||
echo "</details>" >> /tmp/test.md
|
echo "</details>" >> /tmp/test.md
|
||||||
|
|
||||||
- name: Exec OpenIM System uninstall
|
|
||||||
run: |
|
|
||||||
sudo ./scripts/install/install.sh -u
|
|
||||||
|
|
||||||
- name: Comment PR with file
|
- name: Comment PR with file
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
with:
|
with:
|
||||||
@ -121,6 +117,7 @@ jobs:
|
|||||||
reactions: eyes, rocket
|
reactions: eyes, rocket
|
||||||
mode: recreate
|
mode: recreate
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Check outputs
|
- name: Check outputs
|
||||||
run: |
|
run: |
|
||||||
@ -128,6 +125,10 @@ jobs:
|
|||||||
echo "body : ${{ steps.nrt_message.outputs.body }}"
|
echo "body : ${{ steps.nrt_message.outputs.body }}"
|
||||||
echo "html_url : ${{ steps.nrt_message.outputs.html_url }}"
|
echo "html_url : ${{ steps.nrt_message.outputs.html_url }}"
|
||||||
|
|
||||||
|
- name: Exec OpenIM System uninstall
|
||||||
|
run: |
|
||||||
|
sudo ./scripts/install/install.sh -u
|
||||||
|
|
||||||
- name: gobenchdata publish
|
- name: gobenchdata publish
|
||||||
uses: bobheadxi/gobenchdata@v1
|
uses: bobheadxi/gobenchdata@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user