We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeba649 commit 72bbb18Copy full SHA for 72bbb18
.github/workflows/indexing.yml
@@ -97,6 +97,8 @@ jobs:
97
# Test the Elastic Search Indexation
98
- name: Run the Elastic Search Indexation
99
run: |
100
+ echo "Component 'api' Availability:"
101
+ curl -v "localhost:5000" 2>&1
102
elasticsearchport=`docker-compose ps 2>&1 | grep -i elasticsearch | grep -ioE ":[0-9]+\->" | grep -ioE "[0-9]+" | sed -n 1p`
103
export ES_PORT=$elasticsearchport
104
echo "ElasticSearch Port: '$ES_PORT'"
0 commit comments