From 1ec3b594f222933f92d175cad3e747133771a42a Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 19 May 2025 13:31:43 -0400 Subject: [PATCH] Stub Plaid env in test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6551335b..2306ec69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,8 @@ jobs: timeout-minutes: 10 env: + PLAID_CLIENT_ID: foo + PLAID_SECRET: bar DATABASE_URL: postgres://postgres:postgres@localhost:5432 RAILS_ENV: test