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 a292cef commit fbb737bCopy full SHA for fbb737b
.github/workflows/backend-tests.yml
@@ -62,6 +62,8 @@ jobs:
62
#pnpm link "${PLUGIN_NAME}"
63
# Rename to match the glob pattern passed to mocha.
64
mv node_modules/"${PLUGIN_NAME}" ../node_modules/ep_client
65
+ pwd
66
+ ls -l ../node_modules
67
-
68
name: Remove core tests so only the client is tested
69
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments