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.*/ - /KR.*/
steps: steps:
- run: ls -la /etc/init.d/ - run: ls -la /etc/init.d/
- run: service mysqld restart
- run: service mysqld status - run: service mysqld status
- checkout - checkout
- run: mysql -u root -ppassword -e "create database test;" - run: mysql -u root -ppassword -e "create database test;"