From ab22464d5504a1dbcf5573bd706f32f983f9916f Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 22 Dec 2024 06:38:03 +0000 Subject: [PATCH] better healtcheck for mariadb --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3e9705f269..268650f6d6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -24,7 +24,7 @@ jobs: MYSQL_USER: test ports: - 3306/tcp - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 redis: image: redis