File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ arm_task:
36
36
image : mysql:latest
37
37
port : 3306
38
38
env :
39
- MYSQL_ROOT_PASSWORD : " root"
39
+ MYSQL_ALLOW_EMPTY_PASSWORD : true
40
+ MYSQL_ROOT_PASSWORD : " "
40
41
MYSQL_DATABASE : " test"
41
42
- name : postgres
42
43
image : postgres:latest
@@ -46,10 +47,10 @@ arm_task:
46
47
POSTGRES_DB : " test"
47
48
- name : mssql
48
49
image : mcr.microsoft.com/mssql/server:2019-latest
50
+ port : 1433
49
51
env :
50
52
SA_PASSWORD : mssql
51
53
ACCEPT_EULA : ' Y'
52
- port : 1433
53
54
install_script :
54
55
- export DEBIAN_FRONTEND=noninteractive
55
56
- apt-get update -y
@@ -193,10 +194,10 @@ arm_task:
193
194
- export CI_NO_IPV6=1
194
195
- export MYSQL_TEST_HOST=127.0.0.1
195
196
- export MYSQL_TEST_USER=root
196
- - export MYSQL_TEST_PASSWD=root
197
+ - export MYSQL_TEST_PASSWD=
197
198
- export PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
198
199
- export PDO_MYSQL_TEST_USER=root
199
- - export PDO_MYSQL_TEST_PASS=root
200
+ - export PDO_MYSQL_TEST_PASS=
200
201
- export PDO_PGSQL_TEST_DSN="pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres"
201
202
- export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
202
203
- export PDO_DBLIB_TEST_USER="sa"
You can’t perform that action at this time.
0 commit comments