chore: update e2e tests

This commit is contained in:
pit
2023-10-05 11:56:32 +03:00
committed by Mythie
parent dc1b8c3cb8
commit c7f69bafd0
2 changed files with 2 additions and 7 deletions

View File

@ -26,18 +26,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Generate package-lock.json
run: npm cache clean --force && npm install
- name: Install dependencies
run: npm ci
- name: Copy env
run: cp .env.example .env
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Prisma
run: npm install prisma
- name: Install Prisma Client
run: npm install @prisma/client
- name: Generate Prisma Client
run: npm run prisma:generate -w @documenso/prisma
- name: Create the database