From ccd3b749a77001dea6112cd74b9b1ed06022d311 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:29:33 +0000 Subject: [PATCH 1/2] Initial plan From e57e3cec892d808dba05dcb5a0f1f592e669eb38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:31:35 +0000 Subject: [PATCH 2/2] Add TERM environment variable to fix tput errors in CI Co-authored-by: GochoMugo <4707579+GochoMugo@users.noreply.github.com> --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89c9183..b194b14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,4 +59,6 @@ jobs: run: make deps - name: Run tests + env: + TERM: xterm run: make test