From fcf1104a453738596d83ad8e2b6351423dcb1042 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 19 May 2025 11:30:21 -0700 Subject: [PATCH] Fix CI (#40) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1fa64f753a..ab514f1145 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,7 +86,7 @@ jobs: run: pnpm check-types - name: Setup database schema - run: pnpm db:test:push + run: pnpm db:test:push --force env: DATABASE_URL: postgres://postgres:password@localhost:5432/roo_code_test