From 1fde9b9811c1dc70294164cad3f1a44fe20b623d Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Wed, 5 May 2021 18:21:35 +1000 Subject: set env var --- .github/workflows/github-actions.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.1