chore: rake tdd usa sqlite
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

usamos `sqlite` para agilizar el ciclo del tdd
y dejamos al carpintero confirmar con `postgres`
This commit is contained in:
Jovany Leandro G.C 2023-08-09 22:06:48 -05:00
parent 74a035e432
commit 7b7286c50c

View File

@ -6,10 +6,10 @@ services:
build:
context: .
environment:
- SRC=/app
- DB_CACHE=/tmp
- DB_NAME=trytontest
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/
SRC: /app
DB_CACHE: /tmp
DB_NAME: ":memory:"
TRYTOND_DATABASE_URI: sqlite://
depends_on:
- db.dev
command: sleep 10h