Skip to content

Commit 42303be

Browse files
committed
Fixed.
1 parent 7240be2 commit 42303be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
pnpm i
6161
pnpm link --global
6262
cd ../etherpad/src
63+
pnpm link "${PLUGIN_NAME}"
6364
# Rename to match the glob pattern passed to mocha.
64-
mv node_modules/"${PLUGIN_NAME}" node_modules/ep_client
65+
mv node_modules/"${PLUGIN_NAME}" ../node_modules/ep_client
6566
-
6667
name: Remove core tests so only the client is tested
6768
run: rm -rf ./etherpad/src/tests/backend/specs

0 commit comments

Comments
 (0)