Skip to content

Commit d262e31

Browse files
HMarzbanrhansen
authored andcommitted
fix: install all dependencies and symlink
1 parent 0e31118 commit d262e31

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ jobs:
116116
node-version: 12
117117

118118
- name: Install all dependencies and symlink for ep_etherpad-lite
119-
run: |
120-
cd src
121-
npm ci --no-optional
119+
run: src/bin/installOnWindows.bat
122120

123121
- name: Fix up the settings.json
124122
run: |
@@ -172,9 +170,7 @@ jobs:
172170
# if npm correctly hoists the dependencies, the hoisting seems to confuse
173171
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
174172
- name: Install all dependencies and symlink for ep_etherpad-lite
175-
run: |
176-
cd src
177-
npm ci --no-optional
173+
run: src/bin/installOnWindows.bat
178174

179175
- name: Fix up the settings.json
180176
run: |

0 commit comments

Comments
 (0)