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 1887315 commit d178c97Copy full SHA for d178c97
.github/workflows/libtmux-ci.yml
@@ -49,6 +49,7 @@ jobs:
49
run: |
50
pipenv run flake8
51
- name: Test with pytest
52
+ continue-on-error: ${{ matrix.tmux-version == 'master' }}
53
54
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
55
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
0 commit comments