From b248195ab27614f887a7163ec1315b87999a1212 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 21 Jun 2023 14:20:36 +0100 Subject: [PATCH] cypress pathing --- .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 a30e19606..bcd8532a3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -115,7 +115,7 @@ jobs: etherpad/src/bin/doc/package-lock.json - name: Install Cypress - run: cd src && npm install cypress + run: cd etherpad && cd src && npm install cypress - name: Run Etherpad run: |