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 7240be2 commit 42303beCopy full SHA for 42303be
.github/workflows/backend-tests.yml
@@ -60,8 +60,9 @@ jobs:
60
pnpm i
61
pnpm link --global
62
cd ../etherpad/src
63
+ pnpm link "${PLUGIN_NAME}"
64
# Rename to match the glob pattern passed to mocha.
- mv node_modules/"${PLUGIN_NAME}" node_modules/ep_client
65
+ mv node_modules/"${PLUGIN_NAME}" ../node_modules/ep_client
66
-
67
name: Remove core tests so only the client is tested
68
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments