mirror of
https://github.com/chenasraf/nextcloud-app-template.git
synced 2026-05-17 17:28:09 +00:00
fix: test-docker make target
This commit is contained in:
2
Makefile
2
Makefile
@@ -205,7 +205,7 @@ test: composer
|
||||
# - Run PHP unit tests inside a Nextcloud Docker container
|
||||
.PHONY: test-docker
|
||||
test-docker:
|
||||
docker-compose exec nextcloud phpunit -c apps-shared/autocurrency/tests/phpunit.xml
|
||||
docker-compose exec nextcloud phpunit -c apps-shared/$(app_name)/tests/phpunit.xml
|
||||
|
||||
# lint:
|
||||
# - Lint JS via pnpm and PHP via composer script "lint"
|
||||
|
||||
Reference in New Issue
Block a user