playwright 수정
CI / test (push) Failing after 2m30s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-01 17:24:19 +09:00
parent ed093bf04f
commit 9e75989c5d
8 changed files with 20 additions and 2 deletions
+8
View File
@@ -29,6 +29,14 @@ jobs:
run: |
npx prisma generate
- name: Build Next app
env:
# 빌드 시에도 Prisma Client 가 필요하므로 더미 DATABASE_URL 을 사용한다.
DATABASE_URL: postgresql://example:example@localhost:5432/example
PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: "1"
run: |
npm run build
- name: Run unit tests
if: github.event_name == 'push'
env: