aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/css.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/css.yml')
-rw-r--r--.github/workflows/css.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index c3445eda8..f8da71b31 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -33,8 +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
+
+ - name: Run CSS tests
+ run: npm run css-test