From aeeecb9ba31df29c80c1a3868f2721483f32cb65 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Thu, 28 Mar 2024 16:27:39 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=E2=9C=A8(api)=20integrate=20postgresq?= =?UTF-8?q?l=20database=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9267b903..ec5a8dcd 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -55,7 +55,7 @@ jobs: needs: build-api runs-on: ubuntu-latest services: - postgres: + postgresql: image: postgres:14 env: POSTGRES_DB: test-qualicharge-api