Update test_script.yml
This commit is contained in:
parent
7cd693960e
commit
06ea644d39
1 changed files with 10 additions and 1 deletions
11
.github/workflows/test_script.yml
vendored
11
.github/workflows/test_script.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue