From 2adad829d4b62d15946b9704ac75b6e1761f5ad5 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:07:20 +0100 Subject: [PATCH] Fixed cypress path. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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