Skip to content

Commit d178c97

Browse files
committed
CI: Continue on error if tmux@master
1 parent 1887315 commit d178c97

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
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
pipenv run flake8
5151
- name: Test with pytest
52+
continue-on-error: ${{ matrix.tmux-version == 'master' }}
5253
run: |
5354
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
5455
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin

0 commit comments

Comments
 (0)