From 515835e78b4b16f24a57f41836391e4ba08ce2e6 Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Fri, 31 Dec 2021 01:26:14 -0500 Subject: [PATCH] Set TERM env to silence errors in CI job --- .github/workflows/phpspy_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpspy_test.yml b/.github/workflows/phpspy_test.yml index 3ddbd3a..99797f9 100644 --- a/.github/workflows/phpspy_test.yml +++ b/.github/workflows/phpspy_test.yml @@ -3,6 +3,8 @@ on: [push, pull_request] jobs: phpspy_test_job: runs-on: ubuntu-20.04 + env: + TERM: xterm steps: - name: checkout uses: actions/checkout@v2