chore: e2e-tests GitHub Action update

This commit is contained in:
pit
2023-09-27 10:11:32 +01:00
parent e82c12154b
commit f057666776
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
run: npm ci
- name: Copy env
run: cp .env.example .env
- name: Build Documenso
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests