mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Unified jobs in ci pipeline as much as possible
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user