tests: Use `--no-save` when installing plugins on Windows
parent
14a9749b75
commit
5ea66701f7
|
@ -135,7 +135,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Etherpad plugins
|
- name: Install Etherpad plugins
|
||||||
run: >
|
run: >
|
||||||
npm install
|
npm install --no-save
|
||||||
ep_align
|
ep_align
|
||||||
ep_author_hover
|
ep_author_hover
|
||||||
ep_cursortrace
|
ep_cursortrace
|
||||||
|
|
Loading…
Reference in New Issue