Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Nov 4, 2024
1 parent c97a8ed commit f8d220f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stepup-behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f8d220f

Please sign in to comment.