chore: rake tdd
usa sqlite
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
parent
74a035e432
commit
7b7286c50c
@ -6,10 +6,10 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
environment:
|
environment:
|
||||||
- SRC=/app
|
SRC: /app
|
||||||
- DB_CACHE=/tmp
|
DB_CACHE: /tmp
|
||||||
- DB_NAME=trytontest
|
DB_NAME: ":memory:"
|
||||||
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/
|
TRYTOND_DATABASE_URI: sqlite://
|
||||||
depends_on:
|
depends_on:
|
||||||
- db.dev
|
- db.dev
|
||||||
command: sleep 10h
|
command: sleep 10h
|
||||||
|
Loading…
Reference in New Issue
Block a user