diff --git a/.github/workflows/stepup-behat.yml b/.github/workflows/stepup-behat.yml index dcff897..d8c91c1 100644 --- a/.github/workflows/stepup-behat.yml +++ b/.github/workflows/stepup-behat.yml @@ -30,13 +30,13 @@ jobs: - name: Install composer dependencies on the Behat container run: | cd stepup - ${DOCKER_COMPOSE} exec -T behat bash -lc "composer install --ignore-platform-reqs -n" + ${DOCKER_COMPOSE} exec behat bash "composer install --ignore-platform-reqs -n" - name: Sleep for 10 seconds run: sleep 10s - name: Run Behat tests run: | cd stepup - ${DOCKER_COMPOSE} exec -T behat bash -lc "./behat" + ${DOCKER_COMPOSE} exec behat bash "./behat" - name: Output logs on failure if: failure() run: |