ci: added collation server for mariadb
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -28,8 +28,7 @@ jobs:
|
|||||||
- 3306:3306
|
- 3306:3306
|
||||||
env:
|
env:
|
||||||
MARIADB_ROOT_PASSWORD: root
|
MARIADB_ROOT_PASSWORD: root
|
||||||
MARIADB_CHARACTER_SET: utf8mb4
|
MARIADB_DATABASE: dbname
|
||||||
MARIADB_COLLATION_SERVER: utf8mb4_unicode_ci
|
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user