chore: tdd usa instalacion de modulo

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-01 18:06:43 -05:00
parent b49423c943
commit 17ddb2e868
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ task :init => [:up] do
pecker.dig('pipeline', 'tests', 'commands').grep(/install/).each do |cmd|
compose('exec', 'app.dev', cmd)
end
compose('exec', 'app.dev', 'bash .dev/install_module.sh')
end
desc 'terminal'

View File

@ -6,6 +6,7 @@ services:
build:
context: .
environment:
- SRC=/app
- DB_CACHE=/tmp
- DB_NAME=trytontest
- TRYTOND_DATABASE_URI=postgresql://tryton:tryton@db.dev:5432/