@ -176,6 +176,9 @@ jobs:
php bin/console cache:clear
sudo chmod -R 777 var public
- name: Composer analyse
run: composer analyse
- name: Behat tests
run: |
cd ${{ github.workspace }}/tests/behat
@ -206,9 +209,6 @@ jobs:
../../vendor/behat/behat/bin/behat features/toolLp.feature -vvv
../../vendor/behat/behat/bin/behat features/toolWork.feature -vvv
- name: The job has failed
if: ${{ failure() }}
@ -6,7 +6,6 @@ namespace Chamilo\CoreBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Gedmo\Timestampable\Traits\TimestampableEntity;
use Sylius\Component\Attribute\Model\AttributeValue as BaseAttributeValue;
use Symfony\Component\Validator\Constraints as Assert;
/**