We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e31118 commit d262e31Copy full SHA for d262e31
.github/workflows/backend-tests.yml
@@ -116,9 +116,7 @@ jobs:
116
node-version: 12
117
118
- name: Install all dependencies and symlink for ep_etherpad-lite
119
- run: |
120
- cd src
121
- npm ci --no-optional
+ run: src/bin/installOnWindows.bat
122
123
- name: Fix up the settings.json
124
run: |
@@ -172,9 +170,7 @@ jobs:
172
170
# if npm correctly hoists the dependencies, the hoisting seems to confuse
173
171
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
174
175
176
177
178
179
180
0 commit comments