From 32e62781bbbd33934800c63ae0686cd41fd7da8f Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 4 Jan 2021 11:52:55 -0700 Subject: [PATCH] set TERM os var to xterm to get cf to not drop color in logs --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3ae8be..f76e374 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: - name: Compile run: rebar3 compile - name: EUnit tests - run: rebar3 eunit + run: TERM=xterm rebar3 eunit