We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc8889 commit ff7d472Copy full SHA for ff7d472
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
uses: addnab/docker-run-action@v3
54
with:
55
image: ${{ env.IMAGE_NAME }}:ci
56
+ options: -e DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres
57
run: pytest
58
build:
59
name: Build and push image
0 commit comments