CI 이미지 생성
CI / test (push) Successful in 3m41s
CI / pr_and_merge (push) Successful in 1m8s

This commit is contained in:
2025-12-01 16:08:21 +09:00
parent 44869b7514
commit 198acd8db1
2 changed files with 11 additions and 3 deletions
-3
View File
@@ -17,9 +17,6 @@ jobs:
- name: Install dependencies
run: |
npm ci
# Playwright 브라우저 및 시스템 의존성을 한 번 설치해 두면
# self-hosted runner 캐시를 통해 이후 실행 속도가 빨라진다.
npx playwright install --with-deps
- name: Generate Prisma Client
env: