diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 166142154..7e1268794 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 }}/.github/workflows + working-directory: ${{ github.workspace }}/src shell: bash run: | nohup python -m src.api.controller &