fix(tests): fixed testing DB deployment v7

This commit is contained in:
ribardej
2025-10-29 19:53:26 +01:00
parent 7529c9b265
commit 483a859b4b

View File

@@ -18,7 +18,7 @@ jobs:
MARIADB_USER: appuser MARIADB_USER: appuser
MARIADB_PASSWORD: apppass MARIADB_PASSWORD: apppass
options: >- options: >-
--health-cmd="mysqladmin ping -h 127.0.0.1 -u root -prootpw --silent" --health-cmd="mariadb-admin ping -h 127.0.0.1 -u root -prootpw --silent"
--health-interval=5s --health-interval=5s
--health-timeout=2s --health-timeout=2s
--health-retries=20 --health-retries=20