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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-11 12:06:18 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-13 17:13:01 +0300
commit29a8b2958d780b12a2a9f99452a6cfc61d627c87 (patch)
tree2abf6cd5bd44e5c0dab76860ed3954ce36b3cd0d /.github
parent73918b8af9626d445f8b58faed15b32dc195ce7f (diff)
Add workflow test
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 96cd7477e4c..a0ecd45b149 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -42,6 +42,9 @@ jobs:
npm ci
npm run build --if-present
+ - name: Build css
+ run: npm run sass
+
- name: Build icons css
run: npm run sass:icons