From c3cf6a5b54a4493e6ae59fb99418c4cf2c403837 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 24 Apr 2025 11:29:08 -0600 Subject: [PATCH] move to background --- .github/workflows/llmsecops-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index c9130131d..d6a27c867 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -37,7 +37,7 @@ jobs: - name: Run REST API server run: | # python ${{ github.workspace }}/tests/api/server.py & - python -m tests.api.server + python -m tests.api.server & - name: Test API call run: |