playwright install
CI / test (push) Successful in 38m8s
CI / pr_and_merge (push) Successful in 1m0s

This commit is contained in:
2025-12-01 14:40:07 +09:00
parent 6ad731b6e2
commit 44869b7514
+3 -2
View File
@@ -9,8 +9,6 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.56.1-jammy
steps: steps:
- name: Checkout repository - name: Checkout repository
@@ -19,6 +17,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm ci npm ci
# Playwright 브라우저 및 시스템 의존성을 한 번 설치해 두면
# self-hosted runner 캐시를 통해 이후 실행 속도가 빨라진다.
npx playwright install --with-deps
- name: Generate Prisma Client - name: Generate Prisma Client
env: env: