From 6ea0c2fd27dff3d07c06f29356e03fc864680bf3 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 7 Jun 2021 15:36:37 -0700 Subject: [PATCH] Added setup-opensearch to readme [skip ci] --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c611f23..6b46276 100644 --- a/README.md +++ b/README.md @@ -1212,12 +1212,18 @@ FactoryBot.create(:product, :some_trait, :reindex, some_attribute: "foo") ### GitHub Actions -Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch. +Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch: ```yml - uses: ankane/setup-elasticsearch@v1 ``` +And [setup-opensearch](https://github.com/ankane/setup-opensearch) for an easy way to install OpenSearch: + +```yml + - uses: ankane/setup-opensearch@v1 +``` + ## Deployment Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This defaults to `http://localhost:9200`. -- libgit2 0.21.0