From f0bd77fda0ee66aff7bd4477b5ff41344cdb7204 Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Tue, 21 May 2024 12:59:56 +0300 Subject: [PATCH] Fix mariadb env --- .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 67c597f..91ea661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: ports: - 3306:3306 env: - MYSQL_ROOT_PASSWORD: root + MARIADB_ROOT_PASSWORD: root options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 runs-on: ubuntu-latest steps: