From f087ae5f2c18de72748af51284f55e3f017886d5 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Tue, 2 Dec 2025 12:35:12 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5e19e7c..6e6fb0d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 -- 2.52.0