mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-12 13:27:32 +00:00
use Python package approach to project structure
This commit is contained in:
3
.github/workflows/llmsecops-cicd.yml
vendored
3
.github/workflows/llmsecops-cicd.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
- name: Run REST API server
|
||||
run: |
|
||||
python ${{ github.workspace }}/tests/api/server.py &
|
||||
# python ${{ github.workspace }}/tests/api/server.py &
|
||||
python -m tests.api.server
|
||||
|
||||
- name: Test API call
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user