Skip to content

Commit

Permalink
Add version reference to ./ci/start_weaviate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Feb 16, 2024
1 parent 0c9f558 commit 9ffd72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ There are three kinds of tests:
To run the integration tests,

1. Ensure that you have Docker installed.
2. Start the weaviate instances.
2. Start the weaviate instances, changing `WEAVIATE_VERSION` to your weaviate docker image target

```shell
./ci/start_weaviate.sh
./ci/start_weaviate.sh WEAVIATE_VERSION
```

3. Run the tests.
Expand Down

0 comments on commit 9ffd72d

Please sign in to comment.