set TERM os var to xterm to get cf to not drop color in logs
This commit is contained in:
parent
2256b68e4f
commit
32e62781bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: rebar3 compile
|
run: rebar3 compile
|
||||||
- name: EUnit tests
|
- name: EUnit tests
|
||||||
run: rebar3 eunit
|
run: TERM=xterm rebar3 eunit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue