Run Test units

This commit is contained in:
MiltonPM
2019-06-12 15:49:30 -04:00
parent 9e71cccb97
commit c832952e0d

View File

@@ -10,6 +10,7 @@ jobs:
- /KR.*/
steps:
- run: ls -la /etc/init.d/
- run: service mysqld restart
- run: service mysqld status
- checkout
- run: mysql -u root -ppassword -e "create database test;"