From ab9c7a3a79b307c440afce63780996d7790335ae Mon Sep 17 00:00:00 2001 From: Victor Bona Date: Mon, 13 Jul 2026 22:29:10 -0300 Subject: [PATCH] ci: align published lifecycle with runner PTY support --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8043e4d..6ff231a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,6 +225,9 @@ jobs: - name: Run lifecycle through released CLI, chart, and images env: DEVBOXES_VERSION: ${{ github.ref_name }} + # GitHub-hosted runners cannot retain an SSH PTY through Kind's port-forward. + # CI separately validates the workspace shell and tmux with a real TTY. + DEVBOXES_E2E_INTERACTIVE_SSH: "0" run: | DEVBOXES_VERSION="${DEVBOXES_VERSION#v}" scripts/published-e2e.sh