Skip to content

Commit c8a5c58

Browse files
JohnMcLearclaude
andcommitted
Temporary: debug plugin install location in CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77d85c3 commit c8a5c58

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ jobs:
5858
working-directory: ./etherpad-lite
5959
run: |
6060
pnpm run plugins i --path ../../plugin
61+
- name: Debug plugin installation
62+
working-directory: ./etherpad-lite
63+
run: |
64+
echo "=== src/plugin_packages ==="
65+
find ./src/plugin_packages -type f 2>/dev/null | head -50 || echo "directory not found"
66+
echo "=== node_modules/ep_* ==="
67+
ls -la ./node_modules/ 2>/dev/null | grep ep_ || echo "none"
68+
echo "=== src/node_modules/ep_* ==="
69+
ls -la ./src/node_modules/ 2>/dev/null | grep ep_ || echo "none"
70+
echo "=== find all backend specs ==="
71+
find . -path "*/static/tests/backend/specs/*" 2>/dev/null || echo "none found"
6172
-
6273
name: Run the backend tests
6374
working-directory: ./etherpad-lite

0 commit comments

Comments
 (0)