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 f78dcf5 commit a3f58bdCopy full SHA for a3f58bd
.github/workflows/backend-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
cd ./plugin
59
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
60
pnpm i
61
- ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
+ ln -s ../src/node_modules/. ../node_modules/ep_client
62
-
63
name: Remove core tests so only the client is tested
64
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments