Restructure windows build

This commit is contained in:
SamTV12345 2024-07-17 20:42:40 +02:00
parent b0a93ccddb
commit b6c261e88b
4 changed files with 11 additions and 16 deletions

View file

@ -154,11 +154,12 @@ jobs:
name: Run Etherpad
working-directory: etherpad/src
run: |
pnpm install cypress
.\node_modules\.bin\cypress.cmd install --force
pnpm install playwright
pnpm exec playwright install --with-deps
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
pnpm exec playwright install chromium --with-deps
pnpm run test-ui --project=chromium
# On release, upload windows zip to GitHub release tab
-
name: Rename to etherpad-lite-win.zip