From ff7d472cad9b370690d77a0d64a2edd28eef0d94 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 19 May 2024 17:08:47 -0600 Subject: [PATCH] config --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5aea16..f8dc153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: uses: addnab/docker-run-action@v3 with: image: ${{ env.IMAGE_NAME }}:ci + options: -e DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres run: pytest build: name: Build and push image