Unified jobs in ci pipeline as much as possible

This commit is contained in:
Alejandro Celaya
2021-12-11 10:25:58 +01:00
parent 537152450f
commit de2d87a6d9
9 changed files with 47 additions and 144 deletions

View File

@@ -29,7 +29,7 @@ class SimplifiedConfigParserTest extends TestCase
'entity_manager' => [
'connection' => [
'driver' => 'mysql',
'host' => 'shlink_db',
'host' => 'shlink_db_mysql',
'port' => '3306',
],
],
@@ -78,7 +78,7 @@ class SimplifiedConfigParserTest extends TestCase
'entity_manager' => [
'connection' => [
'driver' => 'mysql',
'host' => 'shlink_db',
'host' => 'shlink_db_mysql',
'dbname' => 'shlink',
'user' => 'foo',
'password' => 'bar',