We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee984e6 commit 5da96efCopy full SHA for 5da96ef
.github/workflows/main.yml
@@ -56,6 +56,8 @@ jobs:
56
run: rye sync
57
- name: Run tests
58
working-directory: backend
59
+ environment:
60
+ DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
61
run: rye run pytest
62
frontend-lint:
63
runs-on: ubuntu-latest
0 commit comments