Skip to content

Commit c692444

Browse files
committed
CI: Add tmux version before pytest
1 parent 6837ea5 commit c692444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/libtmux-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
pipenv run flake8
5151
- name: Test with pytest
5252
run: |
53+
tmux -V
5354
pipenv run py.test --cov=./ --cov-report=xml
5455
- uses: codecov/codecov-action@v1
5556
with:

0 commit comments

Comments
 (0)