Skip to content

Commit

Permalink
Merge e70ced7 into 221ecdf
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Oct 30, 2016
2 parents 221ecdf + e70ced7 commit 9518c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ create-es-index-template:
@bash create_es_index_template.sh

run-tests: run-containers
@sleep 5
@/bin/bash -c "until docker exec testcontainers_elasticsearch_1 curl localhost:9200; do echo 'Waiting for Elasticsearch...' && sleep 1; done"
@make create-es-index-template
@make coverage
@make kill-containers
Expand Down

0 comments on commit 9518c58

Please sign in to comment.