From 0ca8aed1e1344130bccacf6c49e6d52b53018e63 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Thu, 19 Mar 2020 15:11:26 +0100 Subject: [PATCH] Uncommented the mysql server start for the build. --- .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