mirror of
https://github.com/we-promise/sure.git
synced 2026-07-13 05:15:19 +00:00
Merge branch 'main' into Transfer-charges
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/llm-evals.yml
vendored
2
.github/workflows/llm-evals.yml
vendored
@@ -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