chore: tdd usa instalacion de modulo

This commit is contained in:
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'