Run test 2

This commit is contained in:
MiltonPM
2019-06-12 14:59:37 -04:00
parent 623d9ab37d
commit a7361217e0

View File

@@ -11,6 +11,8 @@ jobs:
steps:
#- run: yum install -y git
- checkout
- run: sudo servide mysql status
- run: sudo servide mysqld status
- 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