mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
chore: e2e-tests GitHub action change
This commit is contained in:
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
@ -14,13 +14,11 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Generate package-lock.json
|
||||
run: npm install
|
||||
run: npm install --package-lock-only
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Copy env
|
||||
run: cp .env.example .env
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
||||
Reference in New Issue
Block a user