aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-18 11:26:34 +0100
committerLouis Chemineau <louis@chmn.me>2022-01-18 11:29:51 +0100
commitbca3ef60a3abb23951d7cc08f3841ad22b8d6dd0 (patch)
treeaa6e986630f5d7244bdb676be26ac664478fb214 /.github/workflows
parentc76eb85f0a14656d213f1fa20622dde9b0e1d00b (diff)
downloadnextcloud-server-bca3ef60a3abb23951d7cc08f3841ad22b8d6dd0.tar.gz
nextcloud-server-bca3ef60a3abb23951d7cc08f3841ad22b8d6dd0.zip
Move jsunit dependencies to main package.json
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node-tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index f5bc2bab05a..6be1006a937 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -63,6 +63,9 @@ jobs:
- name: Set up npm ${{ needs.versions.outputs.npmVersion }}
run: npm i -g npm@"${{ needs.versions.outputs.npmVersion }}"
+ - name: Install dependencies
+ run: npm ci
+
- name: Test
run: ./autotest-js.sh