Skip to content

Commit 436af62

Browse files
committed
Fixed.
1 parent 9e2769a commit 436af62

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
@@ -55,11 +55,11 @@ jobs:
5555
name: Prepare plugin
5656
run: |
5757
pnpm config set auto-install-peers false
58-
cd ./plugin/src
58+
cd ./plugin
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
6161
pnpm link --global
62-
pnpm link ep_etherpad-lite
62+
pnpm link --global ep_etherpad-lite
6363
cd ../etherpad
6464
pnpm link "${PLUGIN_NAME}"
6565
# Rename to match the glob pattern passed to mocha.

0 commit comments

Comments
 (0)