From 8b0ebb29e7caf1100b302f3b04628008272cd85c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 21:51:09 +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 c89ece0d3c87..dc58add47c87 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -39,7 +39,7 @@ jobs: mariadb: image: mariadb:latest ports: - - 3306 + - 32768:3306 env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_USER: ninja