Fixed startup.

This commit is contained in:
SamTV12345 2023-06-25 22:40:36 +02:00
parent becac7c294
commit c204df1d9f
3 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ jobs:
run: cd src && npm test
-
name: Install Cypress
run: cd src && npm install cypress
run: cd src && npm install cypress --legacy-peer-deps
-
name: Run Etherpad & Test Frontend
run: |