From 9e71cccb97fb1b82fceea01c8bce5f2ef4aa8b29 Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Wed, 12 Jun 2019 15:47:52 -0400 Subject: [PATCH] Run Test units --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47ca20f5c..abf4533b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file