From 208d4918f9cc2571fe9f7e45cd8c23fec974230c Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sat, 29 Jul 2023 13:24:18 +0200 Subject: [PATCH] remove npm i - is this still needed? --- .github/workflows/backend-tests.yml | 12 ++++++------ .github/workflows/windows.yml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index d994c5dec..4b8f7b920 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -121,9 +121,9 @@ jobs: - name: Install the ep_etherpad-lite package from ./src run: src/bin/installOnWindows.bat - - - name: Run npm i once to make bin files available - why is this needed at all? - run: npm i + # - + # name: Run npm i once to make bin files available - why is this needed at all? + # run: npm i - name: Fix up the settings.json run: | @@ -157,9 +157,9 @@ jobs: - name: Install the ep_etherpad-lite package from ./src run: src/bin/installOnWindows.bat - - - name: Run npm i once to make bin files available - why is this needed at all? - run: npm i + # - + # name: Run npm i once to make bin files available - why is this needed at all? + # run: npm i - name: Install Etherpad plugins run: > diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ccb6407bc..4600e759a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,9 +37,9 @@ jobs: name: Install the ep_etherpad-lite package from ./src shell: msys2 {0} run: src/bin/installDeps.sh - - - name: Run npm i once to make bin files available - why is this needed at all? - run: npm i +# - +# name: Run npm i once to make bin files available - why is this needed at all? +# run: npm i - name: Run the backend tests shell: msys2 {0}