Update sofaboot demo result check command

Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
This commit is contained in:
Zheng, Qi 2021-09-16 17:00:39 +08:00 committed by Zongmin.Gu
parent 69d3d3fca2
commit 35fd680249

@ -665,7 +665,7 @@ jobs:
- name: Check SOFABoot result - name: Check SOFABoot result
run: | run: |
sleep ${{ env.nap_time }}; 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: Bash_test:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04