Merge pull request 'CI: feature/forms-submissions' (#25) from feature/forms-submissions into main
CI / test (push) Successful in 4m44s
CI / e2e (push) Failing after 11m27s
CI / pr_and_merge (push) Has been skipped

This commit was merged in pull request #25.
This commit is contained in:
2025-12-02 03:41:31 +00:00
-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