ci: use named session to send-keys

This commit is contained in:
Aaron Bieber 2023-01-29 09:46:46 -07:00
parent 709ab3db39
commit 87f179b838
No known key found for this signature in database

2
ci
View File

@ -34,5 +34,5 @@ if [ "$CMD" = "run" ]; then
nix flake update --commit-lock-file || handle_update_fail
nix flake check || handle_check_fail
else
tmux send-keys -t 0 "./ci run" ENTER
tmux send-keys -t ${NAME}.0 "./ci run" ENTER
fi