feat: Memory Phase 3 — LLM ingest, observability, migrations #49
@@ -12,16 +12,17 @@ env:
|
||||
DB_PORT: "5432"
|
||||
DB_NAME: memory
|
||||
MIGRATIONS_DIR: crates/mem-store/migrations
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
|
||||
jobs:
|
||||
migrate:
|
||||
name: Run Migrations
|
||||
runs-on: rust
|
||||
steps:
|
||||
- name: Install Node.js and psql
|
||||
- name: Install Node.js, Docker, and psql
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs postgresql-client
|
||||
apt-get install -y nodejs docker.io postgresql-client
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user