From 987e0e52b5f843662908b952d6676dbc1956b9b7 Mon Sep 17 00:00:00 2001 From: pcheremu <51121511+pcheremu@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:58:05 +0100 Subject: [PATCH] test: fix readme docker command (#158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ Fix a typo for deprecated docker command ## Why ❔ to run command without an error ## Checklist - [ +] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ -] Tests for the changes have been added / updated. - [ +] Documentation comments have been added / updated. --- packages/integration-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-tests/README.md b/packages/integration-tests/README.md index 5f3eab4dce..14ee629b25 100644 --- a/packages/integration-tests/README.md +++ b/packages/integration-tests/README.md @@ -21,7 +21,7 @@ cp .env.example packages/integration-tests/src/playbook/.env Make sure you have `Docker` installed. Before running the tests you need to spin up a local environment (use `docker-compose.yaml` from the root directory): ```bash -docker-compose up +docker compose up ``` ## Running API tests