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 cab7805 commit 7ab1fc3Copy full SHA for 7ab1fc3
.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 ./node_modules/ep_client ../node_modules/${PLUGIN_NAME}
68
-
69
name: Remove core tests so only the client is tested
70
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments