aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/css.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 6bfde50af..c3445eda8 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -33,5 +33,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
+ - name: Run CSS tests
+ run: npm run css-test
+
- name: Build CSS
run: npm run css