Update sofaboot demo result check command
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
This commit is contained in:
parent
69d3d3fca2
commit
35fd680249
2
.github/workflows/demo_test.yml
vendored
2
.github/workflows/demo_test.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user