Merge branch 'main' into Transfer-charges

This commit is contained in:
maverick
2026-06-15 08:40:25 +05:30
committed by GitHub
34 changed files with 580 additions and 218 deletions

View File

@@ -90,7 +90,7 @@ jobs:
env:
PLAID_CLIENT_ID: foo
PLAID_SECRET: bar
DATABASE_URL: postgres://postgres:postgres@localhost:5432
DATABASE_URL: postgres://postgres:postgres@localhost:5432 # pipelock:ignore
REDIS_URL: redis://localhost:6379
RAILS_ENV: test
@@ -141,7 +141,7 @@ jobs:
env:
PLAID_CLIENT_ID: foo
PLAID_SECRET: bar
DATABASE_URL: postgres://postgres:postgres@localhost:5432
DATABASE_URL: postgres://postgres:postgres@localhost:5432 # pipelock:ignore
REDIS_URL: redis://localhost:6379
RAILS_ENV: test

View File

@@ -11,7 +11,7 @@ permissions:
env:
EVAL_MODELS: gpt-4.1
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost:5432
DATABASE_URL: postgres://postgres:postgres@localhost:5432 # pipelock:ignore
REDIS_URL: redis://localhost:6379
PLAID_CLIENT_ID: foo
PLAID_SECRET: bar