From 1f139ec50cd4a5a78c740449407568d0a5d931d8 Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Sun, 6 Nov 2022 21:49:10 +0000 Subject: [PATCH] fix: trunk Signed-off-by: Jakub Mucha --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb7b121cd..d32265f7a 100644 --- a/README.md +++ b/README.md @@ -265,9 +265,12 @@ Docker is awesome for CI and local development. Give it a try. 1. `git clone git@github.com:Synthetixio/synpress.git` 2. `cd synpress` 3. (optional) Fill env vars inside `.env` file -4. (with foundry; preferred) `docker-compose --profile foundry up --build --exit-code-from synpress` or `./start-tests.sh` +4. (with foundry; preferred) + `docker-compose --profile foundry up --build --exit-code-from synpress` or + `./start-tests.sh` - (without foundry) `docker-compose up --build --exit-code-from synpress` -5. (with foundry and ngrok) ``docker-compose --profile foundry --profile ngrok up --build --exit-code-from synpress` +5. (with foundry and ngrok) + ``docker-compose --profile foundry --profile ngrok up --build --exit-code-from synpress` All examples of setup are present in this repository. Just take a look around.