Skip to content

Commit a9f27f9

Browse files
committed
ci(tests): Add cowsay for tests
1 parent fd7e81d commit a9f27f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
6969
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7070
tmux -V
71+
sudo apt install cowsay
7172
poetry run py.test --cov=./ --cov-append --cov-report=xml
7273
env:
7374
COV_CORE_SOURCE: .

0 commit comments

Comments
 (0)