Removed cypress from every installation.

This commit is contained in:
SamTV12345 2024-02-22 18:00:46 +01:00
parent 46597ac078
commit 03d561eada
2 changed files with 1 additions and 1 deletions

View file

@ -148,6 +148,7 @@ jobs:
name: Run Etherpad
working-directory: etherpad/src
run: |
pnpm install --workspace-root cypress
.\node_modules\.bin\cypress.cmd install --force
pnpm run prod &
curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test

View file

@ -86,7 +86,6 @@
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/underscore": "^1.11.15",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"eslint-config-etherpad": "^3.0.22",
"etherpad-cli-client": "^3.0.1",