summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 18:21:35 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 18:21:35 +1000
commit1fde9b9811c1dc70294164cad3f1a44fe20b623d (patch)
tree8897b7573aeb80d7c1b672e2d51acf7a45ead697
parent3d8e353b810b666efaf6d4182100398b4a2916f5 (diff)
downloadansicolor-1fde9b9811c1dc70294164cad3f1a44fe20b623d.tar.gz
set env var
-rw-r--r--.github/workflows/github-actions.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index accff4e..0e9444a 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -18,4 +18,6 @@ jobs:
- run: python -m venv ve
- run: ve/bin/pip install -r dev-requirements.txt
- run: ve/bin/py.test -v
+ env:
+ TERM: xterm
- run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file