From ca37788394badedd1530dd5964f950f33aa789b3 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 12:40:07 -0800 Subject: [PATCH] set database to localhost --- .github/workflows/test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 0f370fac0..fa1c8dafb 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -15,7 +15,6 @@ jobs: env: PRODUCTION: false runs-on: ubuntu-latest - container: python:3.9 services: postgres: image: postgres @@ -71,6 +70,7 @@ jobs: - name: Run Test Suite Postgres env: DB_ENGINE: postgres + POSTGRES_SERVER: localhost run: | poetry add "psycopg2-binary==2.8.6" make test-all