debug curl call endpoint
This commit is contained in:
@@ -135,6 +135,8 @@ jobs:
|
||||
echo "Waiting for the server to start..."
|
||||
sleep 120
|
||||
|
||||
echo ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login
|
||||
|
||||
for i in {1..1200}; do
|
||||
echo "Checking server health ($i/1200)..."
|
||||
response=$(curl --silent --fail --write-out "%{http_code}" ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login)
|
||||
|
||||
Reference in New Issue
Block a user