ci: added collation server for mariadb

This commit is contained in:
Jannat Patel
2023-10-13 11:40:17 +05:30
parent bf5cc5e1d1
commit a1bb7962bc

View File

@@ -24,9 +24,11 @@ jobs:
image: mariadb:10.6
ports:
- 3306:3306
with:
collation server: 'utf8mb4_unicode_ci'
env:
MYSQL_ROOT_PASSWORD: root
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 --character-set-server utf8mb4 --collation-server utf8mb4_unicode_ci
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
- name: Clone
uses: actions/checkout@v2