Skip to content

Commit 32de835

Browse files
committed
link stuff
1 parent a3f58bd commit 32de835

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/backend-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ jobs:
5757
pnpm config set auto-install-peers false
5858
cd ./plugin
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
60-
pnpm i
61-
ln -s ../src/node_modules/. ../node_modules/ep_client
60+
pnpm install
61+
pnpm link --global
62+
- name: Link plugin to Etherpad
63+
run: |
64+
cd ./etherpad/src
65+
pnpm link --global etherpad-cli-client
6266
-
6367
name: Remove core tests so only the client is tested
6468
run: rm -rf ./etherpad/src/tests/backend/specs

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
run: |
5050
pnpm config set auto-install-peers false
5151
pnpm i
52-
-
53-
run: pnpm link --global etherpad
5452
-
5553
run: |
5654
has_testcli_script () {

0 commit comments

Comments
 (0)