Merge pull request #36124 from nextcloud/bugfix/noid/add-color-to-integration-tests-output

feat(CI): Enforce colored output for behat on drone CI
This commit is contained in:
Vincent Petry 2023-01-13 11:30:13 +01:00 committed by GitHub
commit 6d0f80c253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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