First run this script to run a db and mocked external deps:
docker compose --profile MockForDevelopment up --buildRun Api, Db, and MockServer executing the following command (don't close the terminal unless you want to stop the containers)
docker compose --profile MockForTests up --buildThen execute following command inside of the dev-container
java -jar /karate.jar .Run the docker compose with MockForPullRequest profile executing the following command (don't close the terminal unless you want to stop the containers)
docker compose --profile MockForPullRequest up --build