CI: Prisma DATABASE_URL 더미 환경 변수 추가
CI / test (push) Failing after 6m9s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-18 17:52:01 +09:00
parent 2ffb9545e0
commit ba92caf3ab
+4
View File
@@ -28,6 +28,10 @@ jobs:
npm ci npm ci
- name: Generate Prisma Client - name: Generate Prisma Client
env:
# CI에서는 실제 DB에 접속하지 않고 Prisma Client만 생성하면 되므로,
# 유효한 형식의 더미 DATABASE_URL 을 사용한다.
DATABASE_URL: postgresql://example:example@localhost:5432/example
run: | run: |
npx prisma generate npx prisma generate