Skip to content

Commit bf5e06b

Browse files
committed
fix(env): local caching db url
adds local caching db url to gha ci
1 parent cdb6670 commit bf5e06b

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
@@ -9,6 +9,7 @@ jobs:
99

1010
env:
1111
ENVIRONMENT: "test"
12+
LOCAL_CACHING_DB_URL: "postgresql://localhost/postgres"
1213
PORT: ${{ vars.PORT }}
1314
CHAIN_ID: ${{ vars.CHAIN_ID }}
1415
BATCH_SIZE: ${{ vars.BATCH_SIZE }}

0 commit comments

Comments
 (0)