config
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user