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 fd7e81d commit a9f27f9Copy full SHA for a9f27f9
.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