From ebbe137cdf574609ca8023bb3a9c76d20c6c5a5a Mon Sep 17 00:00:00 2001 From: Edward Chernenko Date: Fri, 21 Jun 2024 11:18:16 +0300 Subject: [PATCH] (tests) Update healthcheck script of MariaDB --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e52ad5..a6a92fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: MYSQL_ALLOW_EMPTY_PASSWORD: 1 ports: - 3306:3306 - 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 env: branch: REL1_39 steps: