Skip to content

Commit 6022357

Browse files
committed
explicit TERM for GHA -- pretty?
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 61c0620 commit 6022357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bats/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ DOCKER_RUN_FLAGS :=
6565
ifeq ($(CI),)
6666
DOCKER_RUN_FLAGS += -it
6767
else
68+
DOCKER_RUN_FLAGS += "--env"
69+
DOCKER_RUN_FLAGS += "TERM=xterm-256color"
6870
TMPDIR="."
6971
endif
7072

0 commit comments

Comments
 (0)