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 a046ef2 commit cab7805Copy full SHA for cab7805
.github/workflows/backend-tests.yml
@@ -51,6 +51,7 @@ jobs:
51
cd ./etherpad/src
52
./bin/installDeps.sh
53
pnpm link --global
54
+ ls -lisa ../node_modules
55
-
56
name: Prepare plugin
57
run: |
@@ -63,7 +64,7 @@ jobs:
63
64
cd ../etherpad/src
65
pnpm link --global "${PLUGIN_NAME}"
66
# Rename to match the glob pattern passed to mocha.
- mv node_modules/"${PLUGIN_NAME}" ../nodes_modules/ep_client
67
+ ln -s ../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