Run Test units

This commit is contained in:
MiltonPM
2019-06-12 15:50:41 -04:00
parent c832952e0d
commit e310791161

View File

@@ -14,6 +14,7 @@ jobs:
- run: service mysqld status
- checkout
- run: mysql -u root -ppassword -e "create database test;"
- run: composer install
- run: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
- run: ls -la coverage