|
@@ -41,12 +41,10 @@ pipeline:
|
|
- chmod 0777 -R var/logs var/cache var/sessions
|
|
- chmod 0777 -R var/logs var/cache var/sessions
|
|
- composer install -n --no-progress
|
|
- composer install -n --no-progress
|
|
- composer dump-autoload --optimize
|
|
- composer dump-autoload --optimize
|
|
- - rm -rf var/cache/*/
|
|
|
|
- php bin/console doctrine:schema:update --force -vvv --env=test
|
|
- php bin/console doctrine:schema:update --force -vvv --env=test
|
|
- touch var/logs/test.log
|
|
- touch var/logs/test.log
|
|
|
|
|
|
- tail -f var/logs/*.log &
|
|
- tail -f var/logs/*.log &
|
|
-
|
|
|
|
- bin/console server:run --help --end=prod
|
|
- bin/console server:run --help --end=prod
|
|
- vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
|
|
- vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
|
|
|
|
|