CI: feature/forms-submissions #25

Merged
jaybe merged 1 commits from feature/forms-submissions into main 2025-12-02 03:41:32 +00:00
Showing only changes of commit f087ae5f2c - Show all commits
-5
View File
@@ -60,8 +60,6 @@ jobs:
POSTGRES_USER: app POSTGRES_USER: app
POSTGRES_PASSWORD: app_password POSTGRES_PASSWORD: app_password
POSTGRES_DB: page_builder POSTGRES_DB: page_builder
ports:
- 5432:5432
options: >- options: >-
--health-cmd="pg_isready -U app -d page_builder" --health-cmd="pg_isready -U app -d page_builder"
--health-interval=5s --health-interval=5s
@@ -86,9 +84,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Run Prisma migrations - name: Run Prisma migrations
run: npx prisma migrate deploy run: npx prisma migrate deploy