This commit is contained in:
MiltonPM
2019-06-12 14:54:50 -04:00
parent e87b2ee8ab
commit 2b2c11f4cd

View File

@@ -17,5 +17,6 @@ jobs:
command: |
pwd
git branch
./vendor/bin/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
mysql -u root -psample -e "create database test;"
vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
ls -la