Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

feat: First consumer implementation #3

Merged
merged 12 commits into from
Dec 8, 2023
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