mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-07-24 13:36:25 -05:00
CI / lint (push) Failing after 37s
CI / unit (push) Has been skipped
CI / interface (push) Has been skipped
CI / ruby-compatibility (3.3.11) (push) Has been skipped
CI / ruby-compatibility (3.4.9) (push) Has been skipped
CI / ruby-compatibility (4.0.5) (push) Has been skipped
Problem The basic interface fixture now exercises a named commands pane with multiple commands, but its shell script snapshots did not reflect that fixture output. Solution Update the basic fixture snapshots for supported tmux versions and record the snapshot refresh in the changelog.
17 lines
320 B
YAML
17 lines
320 B
YAML
name: basic
|
|
root: /workspace/basic
|
|
tmux_options: -L interface
|
|
pre_window: bundle exec ruby -v
|
|
windows:
|
|
- editor:
|
|
root: app
|
|
panes:
|
|
- bundle exec vim
|
|
- bundle exec rake test
|
|
- shell:
|
|
root: .
|
|
panes:
|
|
- commands:
|
|
- bin/setup
|
|
- bundle exec rake test
|