Skip to content

Commit 31b5437

Browse files
kbighorseclaude
andcommitted
fix(ci): add POSTGRES_DB env var for BDD tests
BDD tests run as a separate process and need POSTGRES_DB set explicitly in CI environment to use the test database. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 42cc6b5 commit 31b5437

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
POSTGRES_PORT: 54321
2222
POSTGRES_USER: postgres
2323
POSTGRES_PASSWORD: postgres
24+
POSTGRES_DB: ocotilloapi_test
2425
DB_DRIVER: postgres
2526
BASE_URL: http://localhost:8000
2627
SESSION_SECRET_KEY: supersecretkeyforunittests

0 commit comments

Comments
 (0)