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