diff --git a/.github/workflows/stepup-behat.yml b/.github/workflows/stepup-behat.yml index 6b683f5..f024fe3 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 behat bash composer install --ignore-platform-reqs -n + ${DOCKER_COMPOSE} exec behat composer install --ignore-platform-reqs -n # - name: Sleep for 10 seconds # run: sleep 10s - name: Run Behat tests run: | cd stepup - ${DOCKER_COMPOSE} exec behat bash ./behat + ${DOCKER_COMPOSE} exec behat ./behat - name: Output logs on failure if: failure() run: |