diff --git a/.github/workflows/4.a.1-generate-webapi-client-java.yaml b/.github/workflows/4.a.1-generate-webapi-client-java.yaml index c1960e0d1..4e38153ab 100644 --- a/.github/workflows/4.a.1-generate-webapi-client-java.yaml +++ b/.github/workflows/4.a.1-generate-webapi-client-java.yaml @@ -19,7 +19,7 @@ jobs: ports: - 8080:8080 options: >- - --health-cmd "curl -sS http://localhost/health" + --health-cmd "curl -sS http://localhost:8080/health" --health-interval 3s --health-timeout 5s --health-retries 5 diff --git a/.github/workflows/detect-webapi-version.yaml b/.github/workflows/detect-webapi-version.yaml index f1d8241bc..e0b114781 100644 --- a/.github/workflows/detect-webapi-version.yaml +++ b/.github/workflows/detect-webapi-version.yaml @@ -41,7 +41,7 @@ jobs: ports: - 8080:8080 options: >- - --health-cmd "curl -sS http://localhost/health" + --health-cmd "curl -sS http://localhost:8080/health" --health-interval 3s --health-timeout 5s --health-retries 5