From: John Molakvoæ Date: Wed, 11 May 2022 09:06:18 +0000 (+0200) Subject: Add workflow test X-Git-Tag: v25.0.0beta1~422^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=29a8b2958d780b12a2a9f99452a6cfc61d627c87;p=nextcloud-server.git Add workflow test Signed-off-by: John Molakvoæ --- 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