fix: fix ai fix git commit continue-on-error: true

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/1502/head
Xinwei Xiong(cubxxw) 2 years ago
parent c8ac95009c
commit 0a3146d49f

@ -22,6 +22,9 @@ on:
# run e2e test every 4 hours
- cron: 0 */4 * * *
env:
CALLBACK_ENABLE: true
jobs:
build:
name: Test
@ -70,6 +73,7 @@ jobs:
- name: Docker Operations
run: |
sudo make init
curl -o docker-compose.yml https://raw.githubusercontent.com/OpenIMSDK/openim-docker/main/example/basic-openim-server-dependency.yml
sudo docker compose up -d
sudo sleep 60

@ -127,6 +127,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run OpenIM make install start
run: |
sudo make init && \
sudo make install
execute-scripts:
@ -195,4 +196,5 @@ jobs:
- name: Test Docker Build
run: |
sudo make init
sudo make image
Loading…
Cancel
Save