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

Adds port as an optional input #14

Closed picandocodigo closed 4 years ago

picandocodigo commented 4 years ago

@delvedor I added this so I can run the action on 9250 on the tests for the Ruby client to match what was used in Travis and some test commands to run a cluster in the extensions project. I tested it locally and it's working fine for me, but let me know if this is ok.

Update: Testing it on a PR in the Ruby client and it's not working yet...