We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d98b59 commit a1166d2Copy full SHA for a1166d2
1 file changed
.github/workflows/ci.yml
@@ -56,6 +56,11 @@ jobs:
56
working-directory: ./backend
57
env:
58
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/test_db
59
+ DB_NAME: test_db
60
+ DB_HOST: localhost
61
+ DB_USER: postgres
62
+ DB_PASS: postgres
63
+ DB_PORT: 5432
64
run: |
65
source .venv/bin/activate
66
pytest tests/ -v --tb=short
@@ -64,6 +69,11 @@ jobs:
69
70
71
72
73
74
75
76
67
77
68
78
79
# Start the server in background
0 commit comments