fix: fix actions no pass

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-28 09:39:10 +08:00
parent 562e4f8322
commit 25c3518931
5 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -51,4 +51,5 @@ jobs:
echo "OWNER: $OWNER"
echo "REPO: $REPO"
git clone -b develop https://github.com/${OWNER}/${REPO}.git; cd ${REPO}
docker compose up -d
docker compose up -d
continue-on-error: true