diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 003112599..361de26ab 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,16 +36,10 @@ jobs: - run: npm install npm@6 -g name: Install old npm - - - name: Install all dependencies and symlink for ep_etherpad-lite + - name: Install all dependencies and symlink for ep_etherpad-lite shell: msys2 {0} run: src/bin/installDeps.sh - - - name: Run the backend tests - shell: msys2 {0} - run: cd src && npm test - - - name: Build the .zip + - name: Build the .zip shell: msys2 {0} run: src/bin/buildForWindows.sh -