Skip to content

Commit

Permalink
run cyclotron
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Sep 5, 2024
1 parent 971e27d commit 5d4af1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-plugin-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ jobs:
DATABASE_URL: 'postgres://posthog:posthog@localhost:5432/posthog'
run: cd plugin-server && pnpm setup:test

- name: Run Cyclotron
env:
DATABASE_URL: 'postgres://posthog:posthog@localhost:5432/test_cyclotron'
run: ./bin/run-cyclotron &

- name: Test with Jest
env:
# Below DB name has `test_` prepended, as that's how Django (ran above) creates the test DB
Expand Down

0 comments on commit 5d4af1e

Please sign in to comment.