Skip to content

Commit

Permalink
Fix behat composer install comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Nov 6, 2024
1 parent 6395d41 commit 99458ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ STEPUP_VERSION=test
3. Choose if you want to run the containers in the back- or foreground.

3: Once the containers are up and running, you can run the behat tests
1. Install the required dependencies in the container `$ docker compose exec composer install`
1. Install the required dependencies in the container `$ docker compose exec behat composer install`
2. Open a shell in the `behat` container `$ docker compose exec behat bash`
3. Run the tests:
1. `./behat` will run all available behat tests that are not excluded using the `@SKIP` tag
Expand Down

0 comments on commit 99458ff

Please sign in to comment.