From fadda3d58f5a671968110211ee0eca5a6baf3150 Mon Sep 17 00:00:00 2001 From: Abraham Montoya Date: Wed, 5 Jun 2024 16:53:17 -0700 Subject: [PATCH] tests: add postgres container for tests --- .github/workflows/sam-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sam-pipeline.yml b/.github/workflows/sam-pipeline.yml index 53150d4..194367a 100644 --- a/.github/workflows/sam-pipeline.yml +++ b/.github/workflows/sam-pipeline.yml @@ -55,7 +55,6 @@ jobs: POSTGRES_PORT: 5432 POSTGRES_USER: postgres POSTGRES_DB: postgres - POSTGRES_USER: postgres - name: Run coverage report run: python -m coverage report -m