File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2323 run : mv etherpad-lite ..
2424 -
2525 uses : actions/checkout@v4
26- -
27- name : Create ep_etherpad-lite symlink
28- run : |
29- mkdir -p node_modules
30- ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
3126 -
3227 uses : actions/setup-node@v3
3328 with :
@@ -49,13 +44,16 @@ jobs:
4944 restore-keys : |
5045 ${{ runner.os }}-pnpm-store-
5146 -
52- run : cd ../etherpad-lite/src && pnpm i
47+ run : cd ../etherpad-lite/src && ./bin/installDeps.sh
5348 -
54- run : pnpm i
49+ run : |
50+ pnpm config set auto-install-peers false
51+ pnpm i
5552 -
5653 run : pnpm install ep_etherpad-lite@file:../etherpad-lite/src
5754 -
58- run : pnpm i && pnpm test
55+ run : |
56+ pnpm run test
5957 working-directory : ./node_modules/ep_etherpad-lite
6058 -
6159 run : pnpm run lint
You can’t perform that action at this time.
0 commit comments