chore: implement feedback

This commit is contained in:
pit
2023-10-12 12:19:23 +03:00
parent cc80773402
commit c0dd57a4d2
7 changed files with 38 additions and 28 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Copy env
run: cp .env.example .env
run: cp .env.example .env.local
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Generate Prisma Client