From 2c6e5c5f7f643e9ee5fffc4d8226c77db81c1072 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:45:30 +0100 Subject: [PATCH] Fixed windows deploy --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7292f86d6..50faf2369 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -146,11 +146,11 @@ jobs: working-directory: etherpad - name: Run Etherpad + working-directory: etherpad/src run: | - cd etherpad pnpm 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 - src\node_modules\.bin\cypress run --config-file src\tests\frontendcypress\cypress.config.js + .\node_modules\.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