Skip to content

Commit

Permalink
github action - run pytest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Dec 3, 2024
1 parent 244ae89 commit 07e6297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: |
xonsh -c "xontrib load pygitstatus"
./venv/bin/pytest
pytest

0 comments on commit 07e6297

Please sign in to comment.