Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Dec 1, 2024
1 parent fcef008 commit 6ca1415
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
ssh -vvvv localhost exit
- name: Run tests
run: uv run python -m unittest discover --verbose
run: |
service ssh status
cat ~/.ssh/config
uv run python -m unittest discover --verbose --failfast

0 comments on commit 6ca1415

Please sign in to comment.