Run Test units
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
set -e
|
set -e
|
||||||
mkdir coverage
|
mkdir coverage
|
||||||
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt --coverage-html coverage tests/unit/
|
vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt --coverage-html coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: coverage
|
path: coverage
|
||||||
destination: coverage
|
destination: coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user