From 42cc84c2621305f9a53e92cd8bc52c50c3ac3f8c Mon Sep 17 00:00:00 2001 From: David McKay Date: Tue, 2 Apr 2019 19:53:11 +0100 Subject: [PATCH] Fix command for running integration test containers (#5660) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0015cd5eb..badf71c12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ make test Running the integration tests requires several docker containers to be running. You can start the containers with: ``` -make docker-run +docker-compose up ``` And run the full test suite with: