From 8b12605505b9dc713697adf53f1e55ad6fa1cb12 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Sun, 5 Jan 2025 08:53:55 +0100 Subject: [PATCH] update mysql container options --- .github/workflows/_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index d90030723..fead9e2dd 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -41,7 +41,10 @@ jobs: MYSQL_DATABASE: shiori MYSQL_ROOT_PASSWORD: shiori options: >- - --health-cmd="/usr/local/bin/healthcheck.sh --connect" --health-interval 10s --health-timeout 5s --health-retries 5 + --health-cmd="mysqladmin ping" + --health-interval=10s + --health-timeout=5s + --health-retries=3 ports: - 3307:3306