We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558be02 commit aed47a6Copy full SHA for aed47a6
phpunit-action.bash
@@ -91,6 +91,8 @@ then
91
command_string+=(-d memory_limit="$ACTION_MEMORY_LIMIT")
92
fi
93
94
+command_string+=(--colors=always)
95
+
96
if [ -n "$ACTION_ARGS" ]
97
then
98
command_string+=($ACTION_ARGS)
0 commit comments