We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c971c + eb08c63 commit 067bffaCopy full SHA for 067bffa
Makefile
@@ -16,7 +16,7 @@ build: ## Pull and make docker images and compile application components
16
@$(DOCKER_COMP) build --pull --no-cache
17
18
test: ## Run all tests from `phpunit.xml`
19
- @$(PHP_CONT) php vendor/bin/phpunit --verbose
+ @$(PHP_CONT) composer run-script test-all
20
21
up: ## Run made application
22
@$(DOCKER_COMP) up --detach
0 commit comments