ci: match exact session

This commit is contained in:
Aaron Bieber 2023-01-29 09:59:39 -07:00
parent 2cdb7d2f62
commit 2ece36003d
No known key found for this signature in database

4
ci
View File

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