mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-13 17:55:57 +00:00
fix(ci): use uv sync
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
6
.github/workflows/mcp-server.yml
vendored
6
.github/workflows/mcp-server.yml
vendored
@@ -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