File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 env :
101101 MYSQL_USER : joomla_ut
102102 MYSQL_PASSWORD : joomla_ut
103- MYSQL_ROOT_PASSWORD : joomla_ut
103+ MYSQL_ROOT_PASSWORD : ' '
104104 MYSQL_DATABASE : test_joomla
105105
106106 tests-unit-mariadb :
@@ -124,8 +124,8 @@ jobs:
124124 env :
125125 MARIADB_USER : joomla_ut
126126 MARIADB_PASSWORD : joomla_ut
127- MARIADB_ROOT_PASSWORD : joomla_ut
128- MARIADB_DATABASE : test_joomla
127+ MARIADB_ROOT_PASSWORD : ' '
128+ MARIADB_DATABASE : joomla_ut
129129
130130 tests-unit-postgres :
131131 name : Run Unit tests on PostgreSQL
@@ -145,7 +145,7 @@ jobs:
145145 ./vendor/bin/phpunit --configuration phpunit.pgsql.xml.dist
146146 services :
147147 postgres :
148- image : postgres:{{ matrix.db_version }}-alpine
148+ image : postgres:$ {{ matrix.db_version }}-alpine
149149 env :
150150 POSTGRES_USER : root
151151 POSTGRES_PASSWORD : joomla_ut
You can’t perform that action at this time.
0 commit comments