From a7fe87a119649fa1e517d22098f87af535a5c5f6 Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Wed, 18 Dec 2024 14:41:20 +0530 Subject: [PATCH] use local.hasura.dev --- .github/workflows/test-cases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cases.yml b/.github/workflows/test-cases.yml index 3f0f3af..4f2e324 100644 --- a/.github/workflows/test-cases.yml +++ b/.github/workflows/test-cases.yml @@ -39,7 +39,7 @@ jobs: - name: Setup NDC Postgres working-directory: static/relational/postgres env: - CONNECTION_URI: postgresql://postgres:postgres@postgres:5432/postgres + CONNECTION_URI: postgresql://postgres:postgres@local.hasura.dev:5433/postgres run: | # Get latest NDC Postgres version NDC_POSTGRES_VERSION=$(curl -s https://api.github.com/repos/hasura/ndc-postgres/releases/latest | jq -r .tag_name)