Skip to content

Commit

Permalink
Reorder makefile check executions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer committed Jan 3, 2022
1 parent 38cd8b2 commit 477de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ remove: ## Run `composer remove`
docker compose run php$(PHP_VERSION) composer remove $(filter-out $@, $(MAKECMDGOALS))

check: ## Run all checks in succession (phpcs, phpunit, phpstan)
cs phpunit analyse
cs analyse phpunit

phpunit: ## Run phpunit tests
docker compose run php$(PHP_VERSION) vendor/bin/phpunit
Expand Down

0 comments on commit 477de8f

Please sign in to comment.