We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ba3e9 commit a4be7c2Copy full SHA for a4be7c2
.github/workflows/tests.yml
@@ -68,6 +68,7 @@ jobs:
68
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
69
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
70
tmux -V
71
+ sudo apt install cowsay
72
poetry run py.test --cov=./ --cov-append --cov-report=xml
73
env:
74
COV_CORE_SOURCE: .
0 commit comments