From 56860fe0e476e47612e0aa26ff87f40089e393bf Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 12 Nov 2020 17:35:27 -0800 Subject: [PATCH] Added section on GitHub Actions [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 868d676..6332bb3 100644 --- a/README.md +++ b/README.md @@ -1202,6 +1202,14 @@ end 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. + +```yml + - uses: ankane/setup-elasticsearch@v1 +``` + ## Deployment Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This defaults to `http://localhost:9200`. -- libgit2 0.21.0