From 35fd680249505dab040c78f6bf2dc177839499c4 Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Thu, 16 Sep 2021 17:00:39 +0800 Subject: [PATCH] Update sofaboot demo result check command Signed-off-by: Zheng, Qi --- .github/workflows/demo_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo_test.yml b/.github/workflows/demo_test.yml index ab003a34..013d1826 100644 --- a/.github/workflows/demo_test.yml +++ b/.github/workflows/demo_test.yml @@ -665,7 +665,7 @@ jobs: - name: Check SOFABoot result run: | sleep ${{ env.nap_time }}; - docker exec sofaboot_test bash -c "curl http://localhost:8080/actuator/versions" + docker exec sofaboot_test bash -c "curl -s http://localhost:8080/actuator/readiness | grep -v DOWN" Bash_test: runs-on: ubuntu-18.04