diff --git a/.github/workflows/cockroach-test.yml b/.github/workflows/cockroach-test.yml index 877d0e0f..553b24a1 100644 --- a/.github/workflows/cockroach-test.yml +++ b/.github/workflows/cockroach-test.yml @@ -26,7 +26,7 @@ jobs: DATABASE_URL: postgresql://root@localhost:26257/integration_test # Set health checks to wait until cockroach has started options: >- - --health-cmd "cockroach node status --insecure" + --health-cmd "start --insecure --host=localhost" --health-interval 10s --health-timeout 5s --health-retries 5