From bc9b7b177690f6dffd9b23c34fae90ecd5933876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 30 Aug 2023 20:57:24 +0200 Subject: [PATCH] CI: remove "allow_failure" to unit_tests --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e407ce8f1..f90aad66b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,8 +108,6 @@ rector_tests: unit_tests: stage: Tests image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82 - # until we fix testes - allow_failure: true script: - php tests/console doctrine:migrations:migrate -n --env=test - php -d memory_limit=2G tests/console cache:clear --env=test