From 2c4f4e128ae5aba963cdc71bdfe65353abeb7c1a Mon Sep 17 00:00:00 2001 From: Lukas Gaechter Date: Mon, 21 Aug 2023 08:27:09 +0200 Subject: [PATCH] Try fixing tests --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce93640..60e2ae9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,12 +25,13 @@ jobs: mysql: image: mariadb:latest env: + MYSQL_USER: root MYSQL_ALLOW_EMPTY_PASSWORD: true MYSQL_ROOT_PASSWORD: '' MYSQL_DATABASE: wordpress_test ports: - 3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 continue-on-error: ${{ matrix.experimental }} strategy: