- name: Verify with curl
uses: wei/curl@v1.1.1
with:
args: http://localhost:5000/chat --connect-timeout 5 --max-time 10 --retry 5 --retry-delay 0 --retry-max-time 40 -H "Content-Type:application/json" -d '{"message":"I am crazy"}'
curl: (7) Failed to connect to localhost port 5000 after 0 ms: Connection refused
I still get this error: