Simplify CI workflow: Remove tree-sitter CLI (not needed for tests)
All checks were successful
CI / test (push) Successful in 15s

This commit is contained in:
2026-02-03 07:15:00 +00:00
parent c034c7c7df
commit 72d7083f3a

View File

@@ -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