Skip to content

Commit a3f58bd

Browse files
committed
fixed
1 parent f78dcf5 commit a3f58bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cd ./plugin
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
61-
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
61+
ln -s ../src/node_modules/. ../node_modules/ep_client
6262
-
6363
name: Remove core tests so only the client is tested
6464
run: rm -rf ./etherpad/src/tests/backend/specs

0 commit comments

Comments
 (0)