From d3d6d96484a6e08cf27af451ee7eb7a1249aa51c Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 24 Apr 2025 11:48:16 -0600 Subject: [PATCH] error handling - troubleshooting --- .github/workflows/llmsecops-cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index 93caa8d8e..c45efd005 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -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