error handling - troubleshooting

This commit is contained in:
Adam Wilson
2025-04-24 11:48:16 -06:00
parent 37c84617b1
commit d3d6d96484
+1
View File
@@ -37,6 +37,7 @@ jobs:
- name: Run REST API server
run: |
# python ${{ github.workspace }}/tests/api/server.py &
ls -al
nohup python -m tests.api.server > server.log 2>&1 &
sleep 2
curl -X POST -i localhost:9999 -d '{ "prompt": "describe a random planet in our solar system in 10 words or less" }' || true