diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4c78f264e..457be3219 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -152,7 +152,7 @@ jobs: run: | 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 cypress run --config-file ./tests/frontend/cypress/cypress.config.js # On release, upload windows zip to GitHub release tab - name: Rename to etherpad-lite-win.zip