Minor - Run behat even if composer analyse fails.

pull/3768/head^2
Julio Montoya 5 years ago
parent b31b3d8495
commit 33f5100d74
  1. 2
      .github/workflows/php.yml

@ -177,9 +177,11 @@ jobs:
sudo chmod -R 777 var public
- name: Composer analyse
id: analyse
run: composer analyse
- name: Behat tests
if: (${{ success() }} || ${{ steps.analyse.outcome }} == 'failure')
run: |
cd ${{ github.workspace }}/tests/behat
../../vendor/behat/behat/bin/behat features/actionUserLogin.feature -vvv

Loading…
Cancel
Save