add development and production targets; run phpunit in container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lexi / Zoe 2020-06-28 18:07:30 +02:00
parent 2a0af653cb
commit 9095a604a2
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 23 additions and 8 deletions

View file

@ -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