Skip to content

Commit

Permalink
fix: trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Nov 6, 2022
1 parent 0c72be0 commit 1f139ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1f139ec

Please sign in to comment.