From eb08c63a6f2cd2b80dc373583ab4e0f37edd4658 Mon Sep 17 00:00:00 2001 From: Stanislau Komar Date: Thu, 29 Dec 2022 17:22:42 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9134bb6..d8f9744 100755 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build: ## Pull and make docker images and compile application components @$(DOCKER_COMP) build --pull --no-cache test: ## Run all tests from `phpunit.xml` - @$(PHP_CONT) php vendor/bin/phpunit --verbose + @$(PHP_CONT) composer run-script test-all up: ## Run made application @$(DOCKER_COMP) up --detach