Skip to content

Commit 144cdbb

Browse files
authored
fix: update Makefile steps
1 parent 443878c commit 144cdbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ phpstan: ## QA: executes <composer phpstan> inside the container
154154
test: ## QA: executes <composer paratest> inside the container
155155
$(call showInfo,"Executing \<composer paratest\>...")
156156
@echo ""
157-
@$(DOCKER_RUN_AS_USER) composer paratest
157+
@$(DOCKER_RUN_AS_USER) composer test
158158
$(call taskDone)
159159

160160
.PHONY: coverage
161161
coverage: ## QA: executes <composer paracoverage> inside the container
162162
$(call showInfo,"Executing \<composer paracoverage\>...")
163163
@echo ""
164-
@$(DOCKER_RUN_AS_USER) composer paracoverage
164+
@$(DOCKER_RUN_AS_USER) composer coverage
165165
$(call taskDone)

0 commit comments

Comments
 (0)