Skip to content

Commit

Permalink
fix(env): db url
Browse files Browse the repository at this point in the history
local db url in gha env declaraions
  • Loading branch information
bitbeckers committed Dec 23, 2024
1 parent bf5e06b commit a27e984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
ENVIRONMENT: "test"
LOCAL_CACHING_DB_URL: "postgresql://localhost/postgres"
DB_URL: "postgresql://postgres:[email protected]:54322/postgres"
PORT: ${{ vars.PORT }}
CHAIN_ID: ${{ vars.CHAIN_ID }}
BATCH_SIZE: ${{ vars.BATCH_SIZE }}
Expand Down

0 comments on commit a27e984

Please sign in to comment.