From 623d9ab37d20e66325b8d4d59db93fff35aa585c Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Wed, 12 Jun 2019 14:58:08 -0400 Subject: [PATCH] Run test 2 --- .circleci/config.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a335a78d..ad5f8d502 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,13 +10,8 @@ jobs: - /KR.*/ steps: #- run: yum install -y git - - run: yum install -y git - checkout - - run: - name: switch folder - command: | - pwd - git branch - 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 \ No newline at end of file + - 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 + \ No newline at end of file