feat(CI): Enforce colored output for behat on drone CI

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36124/head
Joas Schilling 1 year ago
parent d389b54e2a
commit c1e500b0e0
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -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

Loading…
Cancel
Save