Update test_script.yml
This commit is contained in:
parent
027738ad5c
commit
e1f38d4d6a
1 changed files with 5 additions and 10 deletions
15
.github/workflows/test_script.yml
vendored
15
.github/workflows/test_script.yml
vendored
|
|
@ -25,31 +25,26 @@ jobs:
|
|||
with:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
- name: Test aactivator.py
|
||||
run: |
|
||||
chmod +x aactivator.py
|
||||
./aactivator.py --version
|
||||
python aactivator.py
|
||||
|
||||
- name: Test tmux_sessionizer
|
||||
run: |
|
||||
chmod +x tmux_sessionizer
|
||||
./tmux_sessionizer --version
|
||||
./tmux_sessionizer
|
||||
|
||||
- name: Test tmux_windownizer
|
||||
run: |
|
||||
chmod +x tmux_windownizer
|
||||
./tmux_windownizer --version
|
||||
./tmux_windownizer
|
||||
|
||||
- name: Test update_brew_lists
|
||||
run: |
|
||||
chmod +x update_brew_lists
|
||||
./update_brew_lists --version
|
||||
./update_brew_lists
|
||||
|
||||
- name: Test setup_dev_environment.sh
|
||||
run: |
|
||||
chmod +x setup_dev_environment.sh
|
||||
./setup_dev_environment.sh --version
|
||||
./setup_dev_environment.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue