Skip to content

Commit 1904c9d

Browse files
committed
fixed
1 parent 1b2230a commit 1904c9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/backend-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
cd ./plugin
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
61-
pnpm link --global
62-
pnpm unlink --global etherpad || true
63-
pnpm link --global
64-
cd ../etherpad/src
6561
pnpm link --global "${PLUGIN_NAME}"
6662
# Rename to match the glob pattern passed to mocha.
6763
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client

0 commit comments

Comments
 (0)