Skip to content

Commit ff7d472

Browse files
committed
config
1 parent 4cc8889 commit ff7d472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: addnab/docker-run-action@v3
5454
with:
5555
image: ${{ env.IMAGE_NAME }}:ci
56+
options: -e DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres
5657
run: pytest
5758
build:
5859
name: Build and push image

0 commit comments

Comments
 (0)