Commit 56860fe0e476e47612e0aa26ff87f40089e393bf
1 parent
ee56d33c
Exists in
master
and in
5 other branches
Added section on GitHub Actions [skip ci]
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -1202,6 +1202,14 @@ end |
1202 | 1202 | FactoryBot.create(:product, :some_trait, :reindex, some_attribute: "foo") |
1203 | 1203 | ``` |
1204 | 1204 | |
1205 | +### GitHub Actions | |
1206 | + | |
1207 | +Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch. | |
1208 | + | |
1209 | +```yml | |
1210 | + - uses: ankane/setup-elasticsearch@v1 | |
1211 | +``` | |
1212 | + | |
1205 | 1213 | ## Deployment |
1206 | 1214 | |
1207 | 1215 | Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This defaults to `http://localhost:9200`. | ... | ... |