Skip to content

Commit 71fbd4f

Browse files
committed
Output dir.
1 parent fbb737b commit 71fbd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Rename to match the glob pattern passed to mocha.
6464
mv node_modules/"${PLUGIN_NAME}" ../node_modules/ep_client
6565
pwd
66-
ls -l ../node_modules
66+
ls -l ../node_modules/ep_*/static/tests/backend/specs
6767
-
6868
name: Remove core tests so only the client is tested
6969
run: rm -rf ./etherpad/src/tests/backend/specs

0 commit comments

Comments
 (0)