From 9dcbc2605d28d6b6d10b1189ded737ea22280122 Mon Sep 17 00:00:00 2001 From: Aziz Chynaliev Date: Sat, 10 Jun 2023 21:49:00 +0300 Subject: [PATCH] Fix(CI): mysqladmin symlink is gone in latest mariadb docker container (#21301) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be3811da38e..e3113fd8880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: MYSQL_ROOT_PASSWORD: root ports: - 3306 - options: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10 + options: --health-cmd "mariadb-admin ping" --health-interval 10s --health-timeout 5s --health-retries 10 steps: - uses: actions/checkout@v3 - name: Setup Cache