fix: provide dummy DATABASE_URL for CI build
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-17 07:56:02 +00:00
parent c562d10091
commit 247730aefe

View File

@@ -40,4 +40,6 @@ jobs:
run: npm run test:unit
- name: Build
env:
DATABASE_URL: "postgresql://dummy:dummy@localhost:5432/dummy"
run: npm run build