CI 수정
CI / test (push) Successful in 4m31s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Successful in 1m46s

This commit is contained in:
2025-12-02 12:35:12 +09:00
parent 5832b64d39
commit f087ae5f2c
-5
View File
@@ -60,8 +60,6 @@ jobs:
POSTGRES_USER: app
POSTGRES_PASSWORD: app_password
POSTGRES_DB: page_builder
ports:
- 5432:5432
options: >-
--health-cmd="pg_isready -U app -d page_builder"
--health-interval=5s
@@ -86,9 +84,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Run Prisma migrations
run: npx prisma migrate deploy