diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a0dea31..ccff2bd 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -51,7 +51,7 @@ jobs: echo "Final status is '$status'" if [[ "$status" != "UP" ]]; then - curl -v http://localhost:9090/v3/actuator/health + curl -v http://localhost:9090/v3/actuator/health || : docker ps docker logs dcsa-ovs_dcsa-ovs_1 fi