diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e9d7b28301..0511081c02 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -177,7 +177,7 @@ jobs: - name: Behat tests run: | - cd ${{ github.workspace }}tests/behat + cd ${{ github.workspace }}/tests/behat ../../vendor/behat/behat/bin/behat features/actionUserLogin.feature -vvv - name: Composer analyse