CI: Prisma Client 자동 생성 추가
CI / test (push) Failing after 6m4s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-18 17:16:40 +09:00
parent efa8d34fe2
commit 1c3ad4c647
+4
View File
@@ -27,6 +27,10 @@ jobs:
run: | run: |
npm ci npm ci
- name: Generate Prisma Client
run: |
npx prisma generate
- name: Run unit tests - name: Run unit tests
run: | run: |
npm test npm test