Skip to content

Commit a27e984

Browse files
committed
fix(env): db url
local db url in gha env declaraions
1 parent bf5e06b commit a27e984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
ENVIRONMENT: "test"
1212
LOCAL_CACHING_DB_URL: "postgresql://localhost/postgres"
13+
DB_URL: "postgresql://postgres:postgres@127.0.0.1:54322/postgres"
1314
PORT: ${{ vars.PORT }}
1415
CHAIN_ID: ${{ vars.CHAIN_ID }}
1516
BATCH_SIZE: ${{ vars.BATCH_SIZE }}

0 commit comments

Comments
 (0)