tests: Use --no-save
when installing plugins on Windows
This commit is contained in:
parent
14a9749b75
commit
5ea66701f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
|
@ -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 a new issue