Skip to content

Commit

Permalink
add links for more precise instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Feb 16, 2021
1 parent 2de6540 commit 4bed492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ make prepare-tests-ubuntu # Only on Ubuntu and Debian based systems
make prepare-tests-macos # Only on macOS
```

Then, you'll need to start services with the following command which uses Docker Compose:
Then, you'll need to start services with the following command which uses
[Docker Compose](https://docs.docker.com/compose/install/):

```bash
make run-integration-containers
Expand Down
2 changes: 1 addition & 1 deletion changelog/7680.improvement.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
We're now running integration tests for Rasa Open Source, with initial coverage for `SQLTrackerStore` (with PostgreSQL),
`RedisLockStore` (with Redis) and `PikaEventBroker` (with RabbitMQ). The integration tests are now part of our
CI, and can also be ran locally using `make test-integration`
(see [Rasa Open Source README](https://github.com/RasaHQ/rasa) for more information).
(see [Rasa Open Source README](https://github.com/RasaHQ/rasa#running-the-integration-tests) for more information).

0 comments on commit 4bed492

Please sign in to comment.