This commit is contained in:
Brian Rosner 2024-05-19 17:08:47 -06:00
parent 4cc88891dd
commit ff7d472cad

View File

@ -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