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 dfc30db commit f07758f
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
DOCKER_COMPOSE: docker compose -f docker-compose.yml -f docker-compose-behat.yml
DOCKER_COMPOSE: docker compose -f docker-compose.yml
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Run Behat tests
run: |
cd stepup
docker exec -t stepup-behat-1 bash -lc "./behat"
${DOCKER_COMPOSE} exec behat -lc "./behat"
- name: Output logs on failure
if: failure()
run: |
Expand Down

0 comments on commit f07758f

Please sign in to comment.