mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix CI (#40)
This commit is contained in:
parent
7530360736
commit
fcf1104a45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue