diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1de0a461c..02085790f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -148,6 +148,7 @@ jobs: name: Run Etherpad working-directory: etherpad/src run: | + .\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 pnpm exec cypress run --config-file ./tests/frontend/cypress/cypress.config.js