mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
ci(plugin-server): use colors in functional test output (#13357)
Not important but something to do while waiting for other bits and bobs.
This commit is contained in:
parent
2caf9ad33b
commit
6f6bf7e9ae
@ -17,6 +17,9 @@ export BUFFER_CONVERSION_SECONDS=2 # Make sure we don't have to wait for the def
|
||||
export KAFKA_MAX_MESSAGE_BATCH_SIZE=0
|
||||
export APP_METRICS_GATHERED_FOR_ALL=true
|
||||
|
||||
# Not important at all, but I like to see nice red/green for tests
|
||||
export FORCE_COLOR=true
|
||||
|
||||
LOG_FILE=$(mktemp)
|
||||
|
||||
echo '::group::Starting plugin server'
|
||||
|
Loading…
Reference in New Issue
Block a user