Skip to content

Commit cab7805

Browse files
committed
Fixed.
1 parent a046ef2 commit cab7805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cd ./etherpad/src
5252
./bin/installDeps.sh
5353
pnpm link --global
54+
ls -lisa ../node_modules
5455
-
5556
name: Prepare plugin
5657
run: |
@@ -63,7 +64,7 @@ jobs:
6364
cd ../etherpad/src
6465
pnpm link --global "${PLUGIN_NAME}"
6566
# Rename to match the glob pattern passed to mocha.
66-
mv node_modules/"${PLUGIN_NAME}" ../nodes_modules/ep_client
67+
ln -s ../node_modules/${PLUGIN_NAME} ./node_modules/ep_client
6768
-
6869
name: Remove core tests so only the client is tested
6970
run: rm -rf ./etherpad/src/tests/backend/specs

0 commit comments

Comments
 (0)