update ic.yml with script

pull/3902/head
Jia Hu 2024-03-20 18:00:43 -04:00
parent 463a3e4503
commit 9afb41fbb4
1 changed files with 28 additions and 26 deletions

View File

@ -33,32 +33,34 @@ jobs:
make
# Explicitly declare an array of scripts to execute
declare -a scripts=(
"am-terminal.sh"
"capture-pane-hyperlink.sh"
"combine-test.sh"
"command-order.sh"
"conf-syntax.sh"
"control-client-sanity.sh"
"cursor-test1.sh"
"cursor-test2.sh"
"cursor-test3.sh"
"cursor-test4.sh"
"has-session-return.sh"
"if-shell-error.sh"
"if-shell-nested.sh"
"if-shell-TERM.sh"
"input-keys.sh"
"kill-session-process-exit.sh"
"new-session-base-index.sh"
"new-window-command.sh"
"osc-11colours.sh"
"style-trim.sh"
"control-client-size.sh"
"new-session-no-client.sh"
"new-session-size.sh"
"new-session-command.sh"
"copy-mode-test-emacs.sh"
- name: Build tmux
run: |
declare -a scripts=(
"am-terminal.sh"
"capture-pane-hyperlink.sh"
"combine-test.sh"
"command-order.sh"
"conf-syntax.sh"
"control-client-sanity.sh"
"cursor-test1.sh"
"cursor-test2.sh"
"cursor-test3.sh"
"cursor-test4.sh"
"has-session-return.sh"
"if-shell-error.sh"
"if-shell-nested.sh"
"if-shell-TERM.sh"
"input-keys.sh"
"kill-session-process-exit.sh"
"new-session-base-index.sh"
"new-window-command.sh"
"osc-11colours.sh"
"style-trim.sh"
"control-client-size.sh"
"new-session-no-client.sh"
"new-session-size.sh"
"new-session-command.sh"
"copy-mode-test-emacs.sh"
)
# Add additional steps for running tests if applicable.