mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
chore: implemented feedback
This commit is contained in:
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
@ -13,10 +13,12 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Generate package-lock.json
|
||||
run: npm install
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Copy env
|
||||
run: cp ./apps/web/.env.example .env
|
||||
run: cp .env.example .env
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Install Playwright Browsers
|
||||
|
||||
Reference in New Issue
Block a user