mirror of
https://github.com/we-promise/sure.git
synced 2026-09-05 14:51:15 +00:00
Merge branch 'main' into Transfer-charges
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user