Skip to content

Commit ce4bc74

Browse files
committed
add mariadb CI workflow
1 parent 52a0d64 commit ce4bc74

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/CI.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)