From bc6b1d7528f480d072373449d63189c5dfa384cf Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 11 Sep 2023 14:48:16 +0100 Subject: [PATCH] Fix(?) problems --- .github/workflows/perltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perltest.yml b/.github/workflows/perltest.yml index 711e986..297de15 100644 --- a/.github/workflows/perltest.yml +++ b/.github/workflows/perltest.yml @@ -24,7 +24,7 @@ jobs: MYSQL_PASSWORD: strongpassword MYSQL_ROOT_PASSWORD: sekrit MYSQL_DATABASE: succession - 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: SUCC_DB_USER: succession SUCC_DB_HOST: 127.0.0.1