Fix command for running integration test containers (#5660)
This commit is contained in:
parent
346ac519b6
commit
42cc84c262
|
@ -51,7 +51,7 @@ make test
|
||||||
Running the integration tests requires several docker containers to be
|
Running the integration tests requires several docker containers to be
|
||||||
running. You can start the containers with:
|
running. You can start the containers with:
|
||||||
```
|
```
|
||||||
make docker-run
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
And run the full test suite with:
|
And run the full test suite with:
|
||||||
|
|
Loading…
Reference in New Issue