Skip to content

Commit eeba649

Browse files
check elastic search availability
1 parent 646effd commit eeba649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/indexing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
export ES_PORT=$elasticsearchport
102102
echo "ElasticSearch Port: '$ES_PORT'"
103103
echo "ElasticSearch Version:"
104-
curl "localhost:$ES_PORT" 2>&1
104+
curl -v "localhost:$ES_PORT" 2>&1
105105
echo "Indexation: starting ..."
106106
docker-compose exec -T api index-cpan.sh
107107
echo "Indexation: Indices showing ..."

0 commit comments

Comments
 (0)