From 07608dc41216ee26782aa594833935d558be609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 16 Jun 2022 23:07:25 +0200 Subject: [PATCH] change phpunit report to get test order --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddf7fccbe..6d56b3ae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ unit_tests: - php -d memory_limit=2G tests/app/bin/console cache:clear --env=dev - php -d memory_limit=3G tests/app/bin/console doctrine:fixtures:load -n - php -d memory_limit=2G tests/app/bin/console cache:clear --env=test - - php -d memory_limit=4G bin/phpunit --colors=never + - php -d memory_limit=4G bin/phpunit --colors=never --testdox artifacts: expire_in: 30 min paths: