From d51a3306e255a970cd9c6cc1cd14692bbe78ce11 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Tue, 15 Aug 2023 10:34:25 +0200 Subject: [PATCH] Fixing mariadb test invocation --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 182fb18e2..72ded4699 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Run tests + name: Run tests on: push: @@ -22,10 +22,10 @@ jobs: ports: - 3306/tcp env: - MYSQL_USER: graphite - MYSQL_PASSWORD: graphite - MYSQL_DATABASE: test_graphite - MYSQL_ROOT_PASSWORD: root + MARIADB_USER: graphite + MARIADB_PASSWORD: graphite + MARIADB_DATABASE: test_graphite + MARIADB_ROOT_PASSWORD: root options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 postgres: image: postgres