From 5ed857ffba1d22e5443b26ffa2fb819c7c33cc98 Mon Sep 17 00:00:00 2001 From: pxp9 <48651252+pxp9@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:30:50 +0200 Subject: [PATCH] plz just work :( --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6dfd7bb..7b8781c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -228,7 +228,7 @@ jobs: MYSQL_DATABASE: fang # here we should check if mysql is ready, but this does not work options: >- - --health-cmd='$(mysqladmin ping -h localhost -P 3306 -u root --password=mysql 2>&1)' + --health-cmd "mysqladmin ping -h localhost -u root -pmysql" --health-interval 10s --health-timeout 5s --health-retries 5