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

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-01-12 17:39:06 +01:00
parent d389b54e2a
commit c1e500b0e0
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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