Skip to content

Commit d7431ce

Browse files
committed
Fixed.
1 parent fb4715a commit d7431ce

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
@@ -59,7 +59,7 @@ jobs:
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
6161
pnpm link --global
62-
cd ../etherpad
62+
cd ../etherpad/src
6363
pnpm link "${PLUGIN_NAME}"
6464
# Rename to match the glob pattern passed to mocha.
6565
mv node_modules/"${PLUGIN_NAME}" node_modules/ep_client

0 commit comments

Comments
 (0)