From 8ae228ca013ea02c7e345cac266c87f2ad495d31 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Thu, 15 Oct 2020 17:36:50 -0400 Subject: [PATCH] PMCORE-2342 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54f3680e5..1e8722d11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: name: Run Test Units command: | mkdir coverage - vendor/phpunit/phpunit/phpunit --stop-on-failure --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ + vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ - store_artifacts: path: coverage destination: coverage