Skip to content

Commit 923724f

Browse files
committed
Fixed.
1 parent 42303be commit 923724f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
name: Prepare Etherpad core
5050
run: |
5151
cd ./etherpad/src
52-
pnpm i
53-
pnpm link --global
52+
./src/bin/installDeps.sh
5453
-
5554
name: Prepare plugin
5655
run: |
@@ -60,7 +59,7 @@ jobs:
6059
pnpm i
6160
pnpm link --global
6261
cd ../etherpad/src
63-
pnpm link "${PLUGIN_NAME}"
62+
#pnpm link "${PLUGIN_NAME}"
6463
# Rename to match the glob pattern passed to mocha.
6564
mv node_modules/"${PLUGIN_NAME}" ../node_modules/ep_client
6665
-

0 commit comments

Comments
 (0)