Run composer before tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
2f78577e00
Коммит
ae1473bf4e
2
Makefile
2
Makefile
|
@ -159,7 +159,7 @@ appstore:
|
|||
# and root directory. If phpunit is not installed systemwide, a copy is fetched
|
||||
# from the internet
|
||||
.PHONY: test
|
||||
test: build
|
||||
test: composer
|
||||
ifeq (, $(shell which phpunit 2> /dev/null))
|
||||
@echo "No phpunit command available, downloading a copy from the web"
|
||||
mkdir -p $(build_tools_directory)
|
||||
|
|
Загрузка…
Ссылка в новой задаче