check if health api job runs on 5001 port
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
HEALTH_RESPONSE=$(curl -s 'http://localhost:3001/api/v1/health?force=true' \
|
||||
HEALTH_RESPONSE=$(curl -s 'http://localhost:5001/api/v1/health?force=true' \
|
||||
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
|
||||
-H 'Accept-Language: en-US,en;q=0.9' \
|
||||
-H 'Connection: keep-alive' \
|
||||
|
||||
Reference in New Issue
Block a user