pull/255/head
Cédric Bonhomme 2019-12-16 22:45:24 +01:00
parent 7e8df3e0ec
commit 05cc0c37d5
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user"
- name: Start MySQL (SUDO)
run: sudo service mysql start
run: sudo service mysql start
- name: Setup PHP
uses: shivammathur/setup-php@v1