removed tmux_sessionizer and windonizer becuase of fzf
This commit is contained in:
parent
fd722522db
commit
e8af06eae9
1 changed files with 9 additions and 9 deletions
18
.github/workflows/test_script.yml
vendored
18
.github/workflows/test_script.yml
vendored
|
|
@ -42,15 +42,15 @@ jobs:
|
|||
run: |
|
||||
python aactivator.py
|
||||
|
||||
- name: Test tmux_sessionizer
|
||||
run: |
|
||||
chmod +x tmux_sessionizer
|
||||
./tmux_sessionizer
|
||||
|
||||
- name: Test tmux_windownizer
|
||||
run: |
|
||||
chmod +x tmux_windownizer
|
||||
./tmux_windownizer
|
||||
# - name: Test tmux_sessionizer
|
||||
# run: |
|
||||
# chmod +x tmux_sessionizer
|
||||
# ./tmux_sessionizer
|
||||
#
|
||||
# - name: Test tmux_windownizer
|
||||
# run: |
|
||||
# chmod +x tmux_windownizer
|
||||
# ./tmux_windownizer
|
||||
|
||||
- name: Test setup_dev_environment.sh
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue