From ddd67071cc8dc7ca70121d8f3fb0a775fda5e572 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 19:55:27 +1100 Subject: [PATCH] Fixes for tests --- .github/workflows/phpunit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0ca585f477d8..7fb967fce0a7 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -53,6 +53,11 @@ jobs: run: | sudo /etc/init.d/mysql start + - name: Sleep for 30 seconds //allows time for MySQL to start + uses: jakejarvis/wait-action@master + with: + time: '30s' + - name: Verify MariaDB connection env: DB_PORT: ${{ job.services.mariadb.ports[3306] }}