Skip to content

Commit 7d3364b

Browse files
authored
Merge pull request crs4#102 from kikkomep/ci/term-settings
ci: configure terminal for stable output in CI
2 parents 80c7fe1 + 2e77e36 commit 7d3364b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testing.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
TERM: xterm
2323
VENV_PATH: .venv
2424
PYTHON_VERSION: "3.11"
25+
FORCE_COLOR: "1" # Force color output in CI
2526

2627
jobs:
2728
# Verifies pep8, pyflakes and circular complexity
@@ -65,3 +66,7 @@ jobs:
6566
run: poetry install --no-interaction --no-ansi
6667
- name: ⌛ Run tests
6768
run: poetry run pytest
69+
env:
70+
TERM: "dumb"
71+
LINES: "50"
72+
COLUMNS: "120"

0 commit comments

Comments
 (0)