From fa4ae714a9dfdd2a89fcff94ab9e1a602035100f Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 8 Feb 2021 12:50:40 +0100 Subject: [PATCH] Minor - fix behat test --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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