Run test 2
This commit is contained in:
@@ -10,13 +10,8 @@ jobs:
|
|||||||
- /KR.*/
|
- /KR.*/
|
||||||
steps:
|
steps:
|
||||||
#- run: yum install -y git
|
#- run: yum install -y git
|
||||||
- run: yum install -y git
|
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: mysql -u root -ppassword -e "create database test;"
|
||||||
name: switch folder
|
- run: vendor/phpunit/phpunit/phpunit --coverage-html ./coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||||
command: |
|
- run: ls -la
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user