elastic / elastic-github-actions

This action spins up an Elasticsearch instance that can be accessed and used in your subsequent steps.
Apache License 2.0
53 stars 37 forks source link

Run the basic distribution of the stack #2

Closed delvedor closed 4 years ago

delvedor commented 4 years ago

Currently, the script that we are using for running Elasticsearch uses the open-source distribution of the code. We should run the basic distribution by default (without security enabled, that requires another discussion on how to handle certificates), but this will require changing the script, making it impossible to keep it in sync with the one we are using for running the integration test with the clients.