mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-15 14:18:05 +02:00
fix(ci): use uv sync
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
run: uv python install 3.14
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
run: uv sync --all-extras
|
||||
|
||||
- name: Run MCP tests
|
||||
run: |
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
run: uv python install 3.14
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
run: uv sync --all-extras
|
||||
|
||||
- name: Start MCP server in background
|
||||
run: |
|
||||
@@ -34,8 +34,8 @@ jobs:
|
||||
|
||||
- name: Run MCP tool tests
|
||||
run: |
|
||||
cd fuzzforge-mcp/tests
|
||||
uv run pytest test_resources.py -v
|
||||
cd fuzzforge-mcp
|
||||
uv run --extra tests pytest tests/test_resources.py -v
|
||||
|
||||
- name: Stop MCP server
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user