Fix DATABASE_URL environment variable for prisma validate in gated-deployment workflow

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-27 12:59:24 +00:00
parent a725a5142f
commit da1eced7c1

View File

@@ -78,6 +78,8 @@ jobs:
- name: Validate database schema
run: bunx prisma validate
env:
DATABASE_URL: file:./dev.db
- name: Check for breaking changes
id: breaking