Update test_script.yml

This commit is contained in:
jfraeys 2023-11-30 21:39:00 -05:00 committed by GitHub
parent 7cd693960e
commit 06ea644d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,16 @@ jobs:
- name: Install tmux on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install tmux fd fzf
run: |
sudo apt-get update
sudo apt-get install -y tmux
sudo apt-get install -y fd-find
sudo apt-get install -y fzf
- name: Set up tmux environment
run: |
tmux new-session -d -s mysession
tmux new-window -t mysession:1 -n mywindow
- name: Test aactivator.py
run: |