From 1e6d7917aea2cb719169b21324e29423429aac8a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 25 Nov 2022 08:43:07 -0800 Subject: [PATCH] chore: fix config --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index c1a17ea0..b6e5e4f5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -12,7 +12,7 @@ jobs: POSTGRES_USER: pinafore POSTGRES_PASSWORD: pinafore POSTGRES_DB: pinafore_development - POSTGRES_HOST: localhost + POSTGRES_HOST: 127.0.0.1 ports: - 5432/tcp options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5