From 2a0cac20f6dedd3f2d56da5aa9502f1bcefc713c Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:19:22 +0200 Subject: [PATCH] Remove test step. --- .github/workflows/windows.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 -