From 32a8c56dedd4ebafc4f91a8d09933087724302d7 Mon Sep 17 00:00:00 2001 From: realVinayak Date: Tue, 13 Jun 2023 17:01:25 +0530 Subject: [PATCH] Fix mariadb being a total jerk --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b818ddea48c..e73843f4487 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: MYSQL_PASSWORD: MasterPassword MYSQL_DATABASE: test_SpecifyDB MYSQL_ROOT_PASSWORD: password - options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 + options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3 steps: - uses: actions/checkout@v3