File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 2323 python -m pip install -e .
2424
2525 - name : Run posthog tests
26- env :
27- SECRET_KEY : ' 6b01eee4f945ca25045b5aab440b953461faf08693a9abbf1166dc7c6b9772da' # unsafe - for testing only
28- DATABASE_URL : ' postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
2926 run : |
30- python setup.py test
31- - name : Run EE tests
32- env :
33- SECRET_KEY : ' 6b01eee4f945ca25045b5aab440b953461faf08693a9abbf1166dc7c6b9772da' # unsafe - for testing only
34- DATABASE_URL : ' postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
35- PRIMARY_DB : ' clickhouse'
36- CLICKHOUSE_HOST : ' localhost'
37- CLICKHOUSE_DATABASE : ' posthog_test'
38- CLICKHOUSE_SECURE : ' False'
39- CLICKHOUSE_VERIFY : ' False'
40- run : |
41- mkdir -p frontend/dist
42- touch frontend/dist/index.html
43- touch frontend/dist/layout.html
44- touch frontend/dist/shared_dashboard.html
45- python manage.py test ee --testrunner="ee.clickhouse.clickhouse_test_runner.ClickhouseTestRunner"
27+ python setup.py test
You can’t perform that action at this time.
0 commit comments