mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-18 12:33:38 +08:00
Disable tmux-multiline-prompt under macOS CI
This commit is contained in:
parent
bb57f2391f
commit
14a5c0ca44
|
@ -1,6 +1,8 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))'
|
||||
#REQUIRES: command -v less
|
||||
# Disable on GitHub macOS CI because it fails more than it passes there
|
||||
#REQUIRES: uname -s | grep -qv Darwin || test -z "$CI"
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user