From 996c3858d4e90310559f698ea628638986643a18 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:33:22 +0100 Subject: [PATCH] Fixed. --- .github/workflows/backend-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 2969d6b..271f4ac 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -72,7 +72,7 @@ jobs: working-directory: ./etherpad-lite run: | pnpm link --global ep_subscript_and_superscript - pnpm run install-plugins --path ../plugin + pnpm run install-plugins --path ./node_modules/ep_subscript_and_superscript - name: Link ep_etherpad-lite working-directory: ./etherpad-lite/src run: | @@ -81,9 +81,6 @@ jobs: working-directory: ./plugin run: | pnpm link --global ep_etherpad-lite - - name: List test files - working-directory: ./etherpad-lite - run: pnpm ls - name: Run the backend tests working-directory: ./etherpad-lite