chore: tdd usa instalacion de modulo
This commit is contained in:
parent
b49423c943
commit
17ddb2e868
1
Rakefile
1
Rakefile
@ -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'
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user