-
Notifications
You must be signed in to change notification settings - Fork 481
Formatter repeating output (Github Actions) #639
Copy link
Copy link
Closed
Labels
Component: Bash CodeEverything regarding the bash codeEverything regarding the bash codePriority: HighBroken behavior in specific environments like in parallel mode or only on some operating systemsBroken behavior in specific environments like in parallel mode or only on some operating systemsStatus: ConfirmedThe reproducer worked as describedThe reproducer worked as describedType: Bug
Metadata
Metadata
Assignees
Labels
Component: Bash CodeEverything regarding the bash codeEverything regarding the bash codePriority: HighBroken behavior in specific environments like in parallel mode or only on some operating systemsBroken behavior in specific environments like in parallel mode or only on some operating systemsStatus: ConfirmedThe reproducer worked as describedThe reproducer worked as describedType: Bug
Describe the bug
Attempted to use the
--prettyformatter in Github Actions CI. I referenced usage ofTERM: linuxused in this projects own GHA workflows, but I'm getting a weird mix of pretty and tap output?To Reproduce
Relevant step in CI workflow to run bats:
Makefileruns bats with the following:Expected behavior
Output similar to using the pretty formatter locally. Not repeated content.
Environment (please complete the following information):
bats-coreworkflow)Additional context
Regular tap worked fine without
--pretty. Enabling--prettyfailed due to lack of$TERM, checkedbats-coreproject for related issues/solutions to findTERM: linux.If this is an issue with Github CI not capable of supporting
--prettythat's fine 👍