From 953e9be4029ae69c02a4cd6e84e03be38faf8658 Mon Sep 17 00:00:00 2001 From: Cedric Date: Thu, 19 Mar 2020 10:08:15 +0000 Subject: [PATCH] check by starting MariaDB manually --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2b97a3c..49d9cf7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,8 +28,8 @@ jobs: #mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too #mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user" - #- name: Start MySQL (SUDO) - #run: sudo service mysql start + - name: Start MySQL (SUDO) + run: sudo service mysql start - name: Setup PHP uses: shivammathur/setup-php@v1