From c1e500b0e014597a9c3b99c33e3d96d236cf9994 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Jan 2023 17:39:06 +0100 Subject: [PATCH] feat(CI): Enforce colored output for behat on drone CI Signed-off-by: Joas Schilling --- build/integration/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/run.sh b/build/integration/run.sh index a20398e8ee9..45a0333038e 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -60,7 +60,7 @@ if [ "$INSTALLED" == "true" ]; then fi -vendor/bin/behat --strict -f junit -f pretty $TAGS $SCENARIO_TO_RUN +vendor/bin/behat --strict --colors -f junit -f pretty $TAGS $SCENARIO_TO_RUN RESULT=$? kill $PHPPID