From 2eeedfab38f6130a5da70e5f4a3ed5c4b15c13ba Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sat, 6 Jan 2024 11:51:38 +0800 Subject: [PATCH] update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 1695acbf4..eed07dbbd 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -129,7 +129,6 @@ jobs: - name: Run OpenIM make install start run: | sudo make install - sleep 30 # - name: Check the OpenIM environment and status # run: | @@ -139,6 +138,7 @@ jobs: - name: Check the OpenIM environment and status id: docker_info run: | + sleep 30 echo "images<> $GITHUB_ENV sudo docker images >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV