Fixed windows workflow.

This commit is contained in:
SamTV12345 2024-01-20 23:21:11 +01:00
parent df9ba592d7
commit 9842a03c12

View file

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