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