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 fbb737b commit 71fbd4fCopy full SHA for 71fbd4f
.github/workflows/backend-tests.yml
@@ -63,7 +63,7 @@ jobs:
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
+ ls -l ../node_modules/ep_*/static/tests/backend/specs
67
-
68
name: Remove core tests so only the client is tested
69
run: rm -rf ./etherpad/src/tests/backend/specs
0 commit comments