check by starting MariaDB manually

2.9.12
Cedric 2020-03-19 10:08:15 +00:00 committed by GitHub
parent 3e7ae0eecd
commit 953e9be402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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