CI: feature/forms-submissions #25
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user