From c6fc422b7c049d803476898edc335fef1c75dd28 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Mon, 19 May 2025 06:48:34 -0600 Subject: [PATCH] working dir --- .github/workflows/llmsecops-cicd.llm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 7e1268794..dbb6cd2de 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -23,7 +23,7 @@ jobs: pip install -r ${{ github.workspace }}/requirements.txt - name: 'run HTTP server' - working-directory: ${{ github.workspace }}/src + working-directory: ${{ github.workspace }} shell: bash run: | nohup python -m src.api.controller &