We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b679a59 commit 981a629Copy full SHA for 981a629
.github/workflows/backend-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
cd ../etherpad/src
65
pnpm link --global "${PLUGIN_NAME}"
66
# Rename to match the glob pattern passed to mocha.
67
- ln -s ./node_modules/${PLUGIN_NAME} ../node_modules/ep_client
+ ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
68
-
69
name: Remove core tests so only the client is tested
70
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments