config
This commit is contained in:
parent
4cc88891dd
commit
ff7d472cad
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
|||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: ${{ env.IMAGE_NAME }}:ci
|
image: ${{ env.IMAGE_NAME }}:ci
|
||||||
|
options: -e DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres
|
||||||
run: pytest
|
run: pytest
|
||||||
build:
|
build:
|
||||||
name: Build and push image
|
name: Build and push image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user