Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r--.github/workflows/node.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 98461e386..8563a5d4d 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -42,6 +42,10 @@ jobs:
npm ci
npm run build --if-present
+ - name: npm test
+ run: |
+ npm test
+
- name: Check webpack build changes
run: |
bash -c "[[ ! \"`git status --porcelain `\" ]] || exit 1"