Simplify CI workflow: Remove tree-sitter CLI (not needed for tests)
All checks were successful
CI / test (push) Successful in 15s
All checks were successful
CI / test (push) Successful in 15s
This commit is contained in:
@@ -21,12 +21,9 @@ jobs:
|
|||||||
- name: Install VibeGuard
|
- name: Install VibeGuard
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
pip install -e .
|
||||||
- name: Install Tree-sitter CLI
|
- name: Install Tree-sitter languages
|
||||||
run: |
|
run: |
|
||||||
npm install -g tree-sitter-cli
|
pip install tree-sitter-languages
|
||||||
- name: Install Tree-sitter parsers
|
|
||||||
run: |
|
|
||||||
tree-sitter install python javascript typescript go rust
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest tests/unit/test_patterns.py tests/unit/test_analyzers.py tests/integration/test_cli.py tests/integration/test_reports.py -v --cov=vibeguard
|
pytest tests/unit/test_patterns.py tests/unit/test_analyzers.py tests/integration/test_cli.py tests/integration/test_reports.py -v --cov=vibeguard
|
||||||
|
|||||||
Reference in New Issue
Block a user