Run Test units

This commit is contained in:
MiltonPM
2019-06-12 16:03:12 -04:00
parent 47fe425631
commit 1269fbbcec

View File

@@ -13,10 +13,11 @@ jobs:
- checkout
- run: ls -la /tmp/
- run: service mysqld restart
- run: mysql -u root -ppassword -e "create database test;"
- 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
- run: mysql -u root -ppassword -e "use test; show tables;"
- store_artifacts:
path: coverage
destination: coverage