0
0
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:
Harry Waye 2022-12-15 16:56:13 +00:00 committed by GitHub
parent 2caf9ad33b
commit 6f6bf7e9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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