Skip to content

Commit

Permalink
update cli test to test_install
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Oct 10, 2024
1 parent 6f7ba6f commit 703147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uv sync --extra test --extra chat
- name: Test with pytest
run: |
uv run pytest tests/cli --cov=. --cov-report=xml
uv run pytest tests/cli/test_install.py --cov=. --cov-report=xml
- name: Upload coverage report to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 703147a

Please sign in to comment.