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 7178e3bab5 - Show all commits
+4
View File
@@ -36,6 +36,10 @@ jobs:
npx prisma generate
- name: Run unit tests
env:
# API 유닛 테스트에서도 PrismaClient가 필요하므로,
# generate 단계와 동일한 더미 DATABASE_URL 을 사용한다.
DATABASE_URL: postgresql://example:example@localhost:5432/example
run: |
npm test