Skip to content

Commit 721a6aa

Browse files
committed
fix action
1 parent 72e7e4a commit 721a6aa

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,5 @@ jobs:
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

0 commit comments

Comments
 (0)