Bump version to 6.5.1 and document installing test dependencies #508
This commit is contained in:
parent
c5fdd40173
commit
9fff18758e
3 changed files with 21 additions and 1 deletions
|
|
@ -54,6 +54,12 @@ This playbook uses [Kitchen](https://kitchen.ci/) for CI and local testing.
|
|||
|
||||
### Running the tests
|
||||
|
||||
Install the ruby dependencies with bundler
|
||||
|
||||
```sh
|
||||
make setup
|
||||
```
|
||||
|
||||
If you want to test X-Pack features with a license you will first need to export the `ES_XPACK_LICENSE_FILE` variable.
|
||||
```sh
|
||||
export ES_XPACK_LICENSE_FILE="$(pwd)/license.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue