Skip to content

Commit 72bbb18

Browse files
check 'api' availability
checking the availability of the 'api' service
1 parent eeba649 commit 72bbb18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/indexing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
# Test the Elastic Search Indexation
9898
- name: Run the Elastic Search Indexation
9999
run: |
100+
echo "Component 'api' Availability:"
101+
curl -v "localhost:5000" 2>&1
100102
elasticsearchport=`docker-compose ps 2>&1 | grep -i elasticsearch | grep -ioE ":[0-9]+\->" | grep -ioE "[0-9]+" | sed -n 1p`
101103
export ES_PORT=$elasticsearchport
102104
echo "ElasticSearch Port: '$ES_PORT'"

0 commit comments

Comments
 (0)