4592-jenkins_tests #1075

Merged
joan merged 27 commits from 4592-jenkins_tests into dev 2022-10-05 12:40:29 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit f256af3d02 - Show all commits

View File

@ -18,6 +18,9 @@ async function test() {
await container.run(isCI);
dataSources = JSON.parse(JSON.stringify(dataSources));
console.log('host ', container.dbConf.host);
console.log('port ', container.dbConf.port);
Object.assign(dataSources.vn, {
host: container.dbConf.host,
port: container.dbConf.port