summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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