mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 17:54:41 +01:00
e8dcf13ad0
* Emit timing gauge to statsd for sync_execute on clickhouse * take out of block for SHELL_PLUS_PRINT_SQL * add docker testing for ease * comment out cypress projectid
8 lines
245 B
Bash
Executable File
8 lines
245 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
mkdir -p frontend/dist
|
|
touch frontend/dist/index.html
|
|
touch frontend/dist/layout.html
|
|
touch frontend/dist/shared_dashboard.html
|
|
python manage.py test ee --testrunner="ee.clickhouse.clickhouse_test_runner.ClickhouseTestRunner" |