From 629b66f27607c8086ec9d98863457dbd8ab6c149 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 20:16:50 +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 abaaf3f0a137..5c78ceac07eb 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 -h 127.0.0.1 start + sudo /etc/init.d/mysql start - name: Verify MariaDB connection env: