Update test_script.yml
This commit is contained in:
parent
44d26f3c50
commit
8dacda4f2e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_script.yml
vendored
4
.github/workflows/test_script.yml
vendored
|
|
@ -59,11 +59,11 @@ jobs:
|
|||
|
||||
- name: Test tmux_sessionizer
|
||||
run: |
|
||||
bats tests/test_tmux_sessionizer.bats
|
||||
bats ../tests/test_tmux_sessionizer.bats
|
||||
|
||||
- name: Test tmux_windownizer
|
||||
run: |
|
||||
bats tests/test_tmux_windownizer.bats
|
||||
bats ../tests/test_tmux_windownizer.bats
|
||||
|
||||
- name: Test setup_dev_environment.sh
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue