test: mariadb password

This commit is contained in:
Jannat Patel
2023-04-03 22:01:14 +05:30
parent e80920ad6c
commit 5089285913
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ jobs:
mariadb:
image: mariadb:10.6
env:
MARIADB_ROOT_PASSWORD: travis
MARIADB_ROOT_PASSWORD: 123
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3