diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 311936f..67f3d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: - run: git config --global user.email "dummy.user@dummy.com" - run: git config --global user.name "Dummy User" - run: python -m pip install .[test] - - run: mkdir git_test; cd git_test; git init; touch test.txt; git add .; git commit -am 'dummy commit'; git log; git branch -v + - run: ssh localhost; mkdir git_test; cd git_test; git init; touch test.txt; git add .; git commit -am 'dummy commit'; git log; git branch -v - run: python -c 'import git; repo = git.Repo("git_test"); print(repo.git.log()); print(repo.heads)' \ No newline at end of file