From ab707e426fef1590debe3db381b92cda02ffaaf7 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 14 May 2025 16:59:00 -0600 Subject: [PATCH] LangChain WIP; remove logging --- .github/workflows/llmsecops-cicd.test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index e59a78c69..c384cda3d 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -26,6 +26,5 @@ jobs: - name: 'test' run: | - nohup python -m tests.llm.llm > server.log 2>&1 & - cat server.log + python -m tests.llm.llm