File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ jobs:
3838 --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3939
4040 services :
41- mariadb:
42- image: mariadb:latest
43- env:
44- DATABASE_HOST: 127.0.0.1
45- MARIADB_DATABASE: db
46- MARIADB_USER: root
47- MARIADB_ROOT_PASSWORD: mysql
48- MARIADB_PASSWORD: mysql
49- ports:
50- - 3306:3306
51- options: >
52- --health-cmd="healthcheck.sh
53- --connect --innodb_initialized"
54- --health-interval=10s --health-timeout=5s --health-retries=3
41+ mariadb :
42+ image : mariadb:latest
43+ env :
44+ DATABASE_HOST : 127.0.0.1
45+ MARIADB_DATABASE : db
46+ MARIADB_USER : root
47+ MARIADB_ROOT_PASSWORD : mysql
48+ MARIADB_PASSWORD : mysql
49+ ports :
50+ - 3306:3306
51+ options : >
52+ --health-cmd="healthcheck.sh
53+ --connect --innodb_initialized"
54+ --health-interval=10s --health-timeout=5s --health-retries=3
5555
5656
5757 steps :
You can’t perform that action at this time.
0 commit comments