From befb79382d7054737a2eba48e48cdd88e7df21ec Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 20:14:20 +1100 Subject: [PATCH] Fixes for tests --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5c78ceac07eb..abaaf3f0a137 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Start mysql service run: | - sudo /etc/init.d/mysql start + sudo /etc/init.d/mysql -h 127.0.0.1 start - name: Verify MariaDB connection env: