From 8286368ad38db2d01bc0c5129e79bf31cd18a6a1 Mon Sep 17 00:00:00 2001 From: Peter Wall Date: Tue, 6 Aug 2024 10:15:14 +0200 Subject: [PATCH] fix db url --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6085812..03cc8fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: env: MIX_ENV: test DB_USER: postgres - DATABASE_URL: postgres://postgres@postgres/ex_gridhook_test + DATABASE_URL: postgres://postgres@localhost/ex_gridhook_test steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1