Skip to content

Commit 981a629

Browse files
committed
Fixed.
1 parent b679a59 commit 981a629

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
@@ -64,7 +64,7 @@ jobs:
6464
cd ../etherpad/src
6565
pnpm link --global "${PLUGIN_NAME}"
6666
# Rename to match the glob pattern passed to mocha.
67-
ln -s ./node_modules/${PLUGIN_NAME} ../node_modules/ep_client
67+
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
6868
-
6969
name: Remove core tests so only the client is tested
7070
run: rm -rf ./etherpad/src/tests/backend/specs

0 commit comments

Comments
 (0)