shutdown mysql

pull/255/head
Cédric Bonhomme 2019-12-16 22:36:57 +01:00
parent 06f05fec27
commit 8ffbcbd0e5
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop
- name: Start MariaDB and create databases
uses: getong/mariadb-action@v1.1
with: