Skip to content

Commit 53a697e

Browse files
authored
use version 0.22.2 of typesense for integration testing (#17)
1 parent 6f643ef commit 53a697e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ clojure -M:test
639639
To run the integration tests you can run a local docker instance with the following command. This will start a instance of Typesense on `localhost:8108`. The Typesense instance will be cleaned before starting the integration tests.
640640

641641
```sh
642-
docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.22.1 --data-dir /data --api-key=key
642+
docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.22.2 --data-dir /data --api-key=key
643643
```
644644

645645
The unit tests won't need a Typesense instance running.

0 commit comments

Comments
 (0)