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)