Fixed docker build.

This commit is contained in:
SamTV12345 2024-01-20 20:10:39 +01:00
parent 3d7ca0f9e2
commit cb97af32e0
4 changed files with 30 additions and 46 deletions

View file

@ -119,10 +119,10 @@ jobs:
-
name: Run Etherpad
run: |
cd etherpad
node node_modules\ep_etherpad-lite\node\server.js &
cd etherpad && cd src
npm 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
src\node_modules\cypress\bin\cypress run --config-file src\tests\frontendcypress\cypress.config.js
\node_modules\cypress\bin\cypress run --config-file src\tests\frontendcypress\cypress.config.js
# On release, upload windows zip to GitHub release tab
-
name: Rename to etherpad-lite-win.zip