|
|
@ -176,6 +176,9 @@ jobs: |
|
|
|
php bin/console cache:clear |
|
|
|
php bin/console cache:clear |
|
|
|
sudo chmod -R 777 var public |
|
|
|
sudo chmod -R 777 var public |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Composer analyse |
|
|
|
|
|
|
|
run: composer analyse |
|
|
|
|
|
|
|
|
|
|
|
- name: Behat tests |
|
|
|
- name: Behat tests |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
cd ${{ github.workspace }}/tests/behat |
|
|
|
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/toolLp.feature -vvv |
|
|
|
../../vendor/behat/behat/bin/behat features/toolWork.feature -vvv |
|
|
|
../../vendor/behat/behat/bin/behat features/toolWork.feature -vvv |
|
|
|
|
|
|
|
|
|
|
|
- name: Composer analyse |
|
|
|
|
|
|
|
run: composer analyse |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: The job has failed |
|
|
|
- name: The job has failed |
|
|
|
if: ${{ failure() }} |
|
|
|
if: ${{ failure() }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|