Skip to content

Commit

Permalink
Merge pull request #3 from PostHog/feat/worker
Browse files Browse the repository at this point in the history
feat: First consumer implementation
  • Loading branch information
tomasfarias authored Dec 8, 2023
2 parents a0072d1 + f76915e commit e461d06
Show file tree
Hide file tree
Showing 13 changed files with 1,353 additions and 149 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,8 @@ jobs:
shell: bash
run: |
docker compose -f docker-compose.yml down
docker compose -f docker-compose.yml up -d --wait
- name: Run migrations
shell: bash
run: |
cargo install sqlx-cli --no-default-features --features native-tls,postgres
DATABASE_URL=postgres://posthog:posthog@localhost:15432/test_database sqlx database create
DATABASE_URL=postgres://posthog:posthog@localhost:15432/test_database sqlx migrate run
docker compose -f docker-compose.yml up db echo_server -d --wait
docker compose -f docker-compose.yml up setup_test_db
- uses: actions/cache@v3
with:
Expand Down
Loading

0 comments on commit e461d06

Please sign in to comment.