Update test_script.yml

This commit is contained in:
jfraeys 2023-11-27 11:48:48 -05:00 committed by GitHub
parent 027738ad5c
commit e1f38d4d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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