Skip to content

Commit aed47a6

Browse files
author
Greg Bowler
committed
feature: force colours in cli
1 parent 558be02 commit aed47a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: phpunit-action.bash

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ then
9191
command_string+=(-d memory_limit="$ACTION_MEMORY_LIMIT")
9292
fi
9393

94+
command_string+=(--colors=always)
95+
9496
if [ -n "$ACTION_ARGS" ]
9597
then
9698
command_string+=($ACTION_ARGS)

0 commit comments

Comments
 (0)