Open kjeremy opened 2 months ago
Yeah, that is to be expected.
The purpose of nom is to print a live status report below the log. I am not aware that this is possible in something like gitlab ci. (because there are afaict no control codes available to remove previous lines.)
Am I wrong in thinking this is not possible or do you have some other ideas how nom should behave?
I'm trying to integrate this into my CI pipeline on gitlab and am getting output like the following:
I tried setting
TERM
as in https://docs.gitlab.com/ee/ci/yaml/script.html#job-log-output-is-not-formatted-as-expected-or-contains-unexpected-characters but it doesn't seem to make a difference.