add development and production targets; run phpunit in container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a0af653cb
commit
9095a604a2
5 changed files with 23 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ install:
|
|||
test: phpunit
|
||||
|
||||
phpunit:
|
||||
${PHPUNIT} -c phpunit.xml
|
||||
${DOCKER_COMPOSE_CMD} run web ${PHPUNIT} -c phpunit.xml
|
||||
|
||||
open_coverage:
|
||||
${BROWSER} coverage/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue