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 31e96ba commit c97a8ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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"
- name: Sleep for 10 seconds
run: sleep 10s
${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 behat bash "./behat"
${DOCKER_COMPOSE} exec behat bash ./behat
- name: Output logs on failure
if: failure()
run: |
Expand Down

0 comments on commit c97a8ed

Please sign in to comment.