From 0192239b85c292bf762c76915a0bd8e82857a94e Mon Sep 17 00:00:00 2001 From: Duncan Casteleyn <10881109+DuncanCasteleyn@users.noreply.github.com> Date: Sat, 16 Sep 2023 17:25:54 +0200 Subject: [PATCH] chore: try to resolve health check --- .github/workflows/mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 67430633..de97dea2 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -26,7 +26,7 @@ jobs: MARIADB_PASSWORD: test MARIADB_DATABASE: discordmodbot MARIADB_ROOT_PASSWORD: test - options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 + options: --health-cmd="/usr/local/bin/healthcheck.sh" --health-interval=5s --health-timeout=2s --health-retries=3 steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0