mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Only install direct dependencies.
This commit is contained in:
parent
9a5d1ce11f
commit
1538cd344d
3 changed files with 18 additions and 2 deletions
|
@ -106,7 +106,7 @@ jobs:
|
|||
-
|
||||
name: Install Cypress
|
||||
working-directory: ./src
|
||||
run: npm install cypress --legacy-peer-deps
|
||||
run: pnpm install cypress
|
||||
-
|
||||
name: Run Etherpad & Test Frontend
|
||||
working-directory: ./src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue