Only install direct dependencies.

This commit is contained in:
SamTV12345 2024-02-10 15:19:03 +01:00
parent 9a5d1ce11f
commit 1538cd344d
3 changed files with 18 additions and 2 deletions

View file

@ -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