test: align jest db bootstrap with ci

This commit is contained in:
2025-10-16 23:01:29 -05:00
parent 8ca2756d7b
commit 2ad5946a4b
6 changed files with 46 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ jobs:
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/merchantsofhope_test
JWT_SECRET: merchantsofhope_test_secret
NODE_ENV: test
USE_DOCKER_TEST_DB: "false"
steps:
- name: Checkout
uses: actions/checkout@v4