Skip to content
Snippets Groups Projects
Commit 5fb2e3b7 authored by Florian Azizian's avatar Florian Azizian
Browse files

test docker

parent 79453f4c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ job_php-7.3:
- sed 's/<databaseserver>.*<\/databaseserver>/<databaseserver>postgres<\/databaseserver>/;s/<databasepassword>.*<\/databasepassword>/<databasepassword><\/databasepassword>/;s/<databasename>.*<\/databasename>/<databasename>MaarchCourrier<\/databasename>/;s/<databaseuser>.*<\/databaseuser>/<databaseuser>maarch<\/databaseuser>/' apps/maarch_entreprise/xml/config.xml.default > apps/maarch_entreprise/xml/config.xml
- curl --location -s --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit-7.phar
- chmod +x /usr/local/bin/phpunit
# - phpunit --coverage-text --colors=never -c phpunit.xml
- phpunit --coverage-text --colors=never -c phpunit.xml
only:
- develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment