CI: feature/builder-10-block-types #4

Merged
jaybe merged 13 commits from feature/builder-10-block-types into main 2025-11-19 03:36:03 +00:00
Showing only changes of commit ba92caf3ab - Show all commits
+4
View File
@@ -28,6 +28,10 @@ jobs:
npm ci
- name: Generate Prisma Client
env:
# CI에서는 실제 DB에 접속하지 않고 Prisma Client만 생성하면 되므로,
# 유효한 형식의 더미 DATABASE_URL 을 사용한다.
DATABASE_URL: postgresql://example:example@localhost:5432/example
run: |
npx prisma generate