Skip to content

Commit

Permalink
fix: install all dependencies and symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
HMarzban authored and rhansen committed Sep 28, 2021
1 parent 0e31118 commit d262e31
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ jobs:
node-version: 12

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

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

- name: Fix up the settings.json
run: |
Expand Down

0 comments on commit d262e31

Please sign in to comment.