mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 11:22:17 +08:00
update openim environment and status
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
2009a0dcee
commit
87bac4c84f
26
.github/workflows/openimci.yml
vendored
26
.github/workflows/openimci.yml
vendored
@ -278,4 +278,28 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo make init
|
sudo make init
|
||||||
sudo make image
|
sudo make image
|
||||||
sudo docker images
|
sudo docker images > docker_build_images.txt
|
||||||
|
|
||||||
|
- name: Check the OpenIM environment and status
|
||||||
|
run: |
|
||||||
|
sudo docker images > docker_images.txt
|
||||||
|
sudo docker ps > docker_containers.txt
|
||||||
|
|
||||||
|
- name: Comment PR
|
||||||
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
|
with:
|
||||||
|
message: |
|
||||||
|
### Docker Build Images:
|
||||||
|
```
|
||||||
|
${{ readFile('docker_build_images.txt') }}
|
||||||
|
```
|
||||||
|
### Docker Images:
|
||||||
|
```
|
||||||
|
${{ readFile('docker_images.txt') }}
|
||||||
|
```
|
||||||
|
### Docker Processes:
|
||||||
|
```
|
||||||
|
${{ readFile('docker_containers.txt') }}
|
||||||
|
```
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user