Skip to content

Commit 5da96ef

Browse files
committed
db url
1 parent ee984e6 commit 5da96ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: rye sync
5757
- name: Run tests
5858
working-directory: backend
59+
environment:
60+
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
5961
run: rye run pytest
6062
frontend-lint:
6163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)