set TERM os var to xterm to get cf to not drop color in logs

This commit is contained in:
Tristan Sloughter 2021-01-04 11:52:55 -07:00
parent 2256b68e4f
commit 32e62781bb
No known key found for this signature in database
GPG key ID: 6BC93CF674613287

View file

@ -28,4 +28,4 @@ jobs:
- name: Compile
run: rebar3 compile
- name: EUnit tests
run: rebar3 eunit
run: TERM=xterm rebar3 eunit