rebranding work

This commit is contained in:
2026-05-25 21:53:01 -04:00
parent 89822dedb8
commit c01c1a5636
52 changed files with 3090 additions and 70 deletions

View File

@@ -58,13 +58,13 @@ jobs:
postgres:
image: postgres:16-alpine
env:
POSTGRES_DB: shieldai
POSTGRES_USER: shieldai
POSTGRES_PASSWORD: shieldai_dev
POSTGRES_DB: kordant
POSTGRES_USER: kordant
POSTGRES_PASSWORD: kordant_dev
ports:
- 5432:5432
options: >-
--health-cmd "pg_isready -U shieldai"
--health-cmd "pg_isready -U kordant"
--health-interval 5s
--health-timeout 5s
--health-retries 5
@@ -92,7 +92,7 @@ jobs:
- name: Run tests
run: pnpm test
env:
DATABASE_URL: "postgresql://shieldai:shieldai_dev@localhost:5432/shieldai"
DATABASE_URL: "postgresql://kordant:kordant_dev@localhost:5432/kordant"
REDIS_URL: "redis://localhost:6379"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4