aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-12-25 12:41:54 +0200
committerGitHub <[email protected]>2022-12-25 12:41:54 +0200
commit8ba98bc9f09d0abd69044a20f5505f485096ae6e (patch)
treee0ddb3531b0a4f1cc02e60ab82bbefc061dc8f55 /.github
parent04edf521c6e9a373f838f608762733993d980a6d (diff)
downloadbootstrap-8ba98bc9f09d0abd69044a20f5505f485096ae6e.tar.xz
bootstrap-8ba98bc9f09d0abd69044a20f5505f485096ae6e.zip
CI: test CSS after build (#37714)
Diffstat (limited to '.github')
-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