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: |