Run Test units

This commit is contained in:
MiltonPM
2019-06-12 15:47:52 -04:00
parent 9ab870e918
commit 9e71cccb97

View File

@@ -8,12 +8,11 @@ jobs:
only:
# Only executed circleci for this branch
- /KR.*/
steps:
#- run: yum install -y git
steps:
- run: ls -la /etc/init.d/
- run: service mysqld status
- checkout
- run: mysql -u root -ppassword -e "create database test;"
- run: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
- run: ls -la
- run: ls -la coverage