Skip to content

Commit

Permalink
chore: add warning m2 docker
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Sep 11, 2022
1 parent 0492214 commit 116ed77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ Docker is awesome for CI and local development. Give it a try.

All examples of setup are present in this repository. Just take a look around.

Warning: M2 is not supported with docker.

## CI tips & tricks

- use [docker-e2e](https://github.com/Synthetixio/docker-e2e)
Expand Down
4 changes: 3 additions & 1 deletion start-tests-ci.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
docker-compose -f docker-compose.ci.yml --profile ngrok up --build --exit-code-from synpress
docker-compose -f docker-compose.ci.yml --build --exit-code-from synpress
# todo: is it safe?
# docker-compose -f docker-compose.ci.yml --profile ngrok up --build --exit-code-from synpress
2 changes: 1 addition & 1 deletion start-tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker-compose --profile ngrok up --build --exit-code-from synpress
docker-compose up --build --exit-code-from synpress

0 comments on commit 116ed77

Please sign in to comment.