Skip to content

Commit

Permalink
test: fix readme docker command (#158)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
pcheremu committed Aug 22, 2024
1 parent 3903bf4 commit 987e0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987e0e5

Please sign in to comment.