Skip to content

Commit a046ef2

Browse files
committed
Fixed backend code.
1 parent 4c9b725 commit a046ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
pnpm i
6161
pnpm link --global
6262
pnpm link --global ep_etherpad-lite
63-
cd ../etherpad
63+
cd ../etherpad/src
6464
pnpm link --global "${PLUGIN_NAME}"
6565
# Rename to match the glob pattern passed to mocha.
66-
mv node_modules/"${PLUGIN_NAME}" nodes_modules/ep_client
66+
mv node_modules/"${PLUGIN_NAME}" ../nodes_modules/ep_client
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)